home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / OpenLinux 2.3 CD.iso / live / usr / lib / perl5 / 5.00502 / i386-linux-thread / Config.pm
Encoding:
Perl POD Document  |  1999-08-11  |  127.5 KB  |  5,228 lines

  1. package Config;
  2. use Exporter ();
  3. @ISA = (Exporter);
  4. @EXPORT = qw(%Config);
  5. @EXPORT_OK = qw(myconfig config_sh config_vars);
  6.  
  7. $] == 5.00502
  8.   or die "Perl lib version (5.00502) doesn't match executable version ($])";
  9.  
  10. # This file was created by configpm when Perl was built. Any changes
  11. # made to this file will be lost the next time perl is built.
  12.  
  13. ##
  14. ## This file was produced by running the Configure script. It holds all the
  15. ## definitions figured out by Configure. Should you modify one of these values,
  16. ## do not forget to propagate your changes by running "Configure -der". You may
  17. ## instead choose to run each of the .SH files by yourself, or "Configure -S".
  18. ##
  19. #
  20. ## Package name      : perl5
  21. ## Source directory  : .
  22. ## Configuration time: Tue Aug 10 22:01:45 MDT 1999
  23. ## Configured by     : root
  24. ## Target system     : linux tuvok.calderasystems.com 2.2.10 #1 smp tue jul 27 20:32:52 mdt 1999 i686 unknown 
  25. #
  26. ## Configure command line arguments.
  27.  
  28. my $config_sh = <<'!END!';
  29. archlibexp='/usr/lib/perl5/5.00502/i386-linux-thread'
  30. archname='i386-linux-thread'
  31. cc='gcc'
  32. ccflags='-D_REENTRANT -Dbool=char -DHAS_BOOL'
  33. cppflags='-D_REENTRANT -Dbool=char -DHAS_BOOL'
  34. dlsrc='dl_dlopen.xs'
  35. dynamic_ext='B DB_File Data/Dumper Fcntl GDBM_File IO IPC/SysV NDBM_File Opcode POSIX SDBM_File Socket Thread attrs re'
  36. extensions='B DB_File Data/Dumper Fcntl GDBM_File IO IPC/SysV NDBM_File Opcode POSIX SDBM_File Socket Thread attrs re Errno'
  37. installarchlib='/usr/lib/perl5/5.00502/i386-linux-thread'
  38. installprivlib='/usr/lib/perl5/5.00502'
  39. libpth='/lib /usr/lib'
  40. libs='-lnsl -lndbm -lgdbm -ldb -ldl -lm -lpthread -lc -lposix -lcrypt'
  41. osname='linux'
  42. osvers='2.2.10'
  43. prefix='/usr'
  44. privlibexp='/usr/lib/perl5/5.00502'
  45. sharpbang='#!'
  46. shsharp='true'
  47. sig_name='ZERO HUP INT QUIT ILL TRAP ABRT BUS FPE KILL USR1 SEGV USR2 PIPE ALRM TERM STKFLT CHLD CONT STOP TSTP TTIN TTOU URG XCPU XFSZ VTALRM PROF WINCH IO PWR UNUSED NUM32 NUM33 NUM34 RTMIN NUM36 NUM37 NUM38 NUM39 NUM40 NUM41 NUM42 NUM43 NUM44 NUM45 NUM46 NUM47 NUM48 NUM49 NUM50 NUM51 NUM52 NUM53 NUM54 NUM55 NUM56 NUM57 NUM58 NUM59 NUM60 NUM61 NUM62 RTMAX IOT CLD POLL '
  48. sig_num='0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 6, 17, 29, 0'
  49. so='so'
  50. startsh='#!/bin/sh'
  51. static_ext=' '
  52. Author=''
  53. CONFIG='true'
  54. Date='$Date'
  55. Header=''
  56. Id='$Id'
  57. Locker=''
  58. Log='$Log'
  59. Mcc='Mcc'
  60. PATCHLEVEL='5'
  61. RCSfile='$RCSfile'
  62. Revision='$Revision'
  63. SUBVERSION='2'
  64. Source=''
  65. State=''
  66. _a='.a'
  67. _exe=''
  68. _o='.o'
  69. afs='false'
  70. alignbytes='4'
  71. ansi2knr=''
  72. aphostname=''
  73. apiversion='5.005'
  74. ar='ar'
  75. archlib='/usr/lib/perl5/5.00502/i386-linux-thread'
  76. archobjs=''
  77. awk='awk'
  78. baserev='5.0'
  79. bash=''
  80. bin='/usr/bin'
  81. binexp='/usr/bin'
  82. bison=''
  83. byacc='byacc'
  84. byteorder='1234'
  85. c=''
  86. castflags='0'
  87. cat='cat'
  88. cccdlflags='-fpic'
  89. ccdlflags='-rdynamic'
  90. cf_by='root'
  91. cf_email='support@caldera.com'
  92. cf_time='Tue Aug 10 22:01:45 MDT 1999'
  93. chgrp=''
  94. chmod=''
  95. chown=''
  96. clocktype='clock_t'
  97. comm='comm'
  98. compress=''
  99. config_arg0='Configure'
  100. config_arg10='-Dman1dir=/usr/man/man1'
  101. config_arg11='-Dman1ext=1'
  102. config_arg12='-Dman3dir=/usr/share/perl5/man/man3'
  103. config_arg13='-Dman3ext=3'
  104. config_arg14='-Doptimize=-O2 -march=i386 -mcpu=pentiumpro -fomit-frame-pointer -pipe'
  105. config_arg15='-Dperladmin=none'
  106. config_arg16='-Dsitelib=/usr/lib/perl5/site-perl'
  107. config_arg17='-Dusedl=true'
  108. config_arg18='-Dusethreads=define'
  109. config_arg19='-Dmyhostname=spanky.caldera.com'
  110. config_arg1='-ds'
  111. config_arg20='-E'
  112. config_arg2='-e'
  113. config_arg3='-Dcc=gcc'
  114. config_arg4='-Dprefix=/usr'
  115. config_arg5='-Dinstallprefix=/tmp/perl-5.005_02'
  116. config_arg6='-Darchname=i386-linux'
  117. config_arg7='-Dcf_email=support@caldera.com'
  118. config_arg8='-Dd_dosuid=define'
  119. config_arg9='-Dfull_csh=/bin/tcsh'
  120. config_argc='20'
  121. config_args='-ds -e -Dcc=gcc -Dprefix=/usr -Dinstallprefix=/tmp/perl-5.005_02 -Darchname=i386-linux -Dcf_email=support@caldera.com -Dd_dosuid=define -Dfull_csh=/bin/tcsh -Dman1dir=/usr/man/man1 -Dman1ext=1 -Dman3dir=/usr/share/perl5/man/man3 -Dman3ext=3 -Doptimize=-O2 -march=i386 -mcpu=pentiumpro -fomit-frame-pointer -pipe -Dperladmin=none -Dsitelib=/usr/lib/perl5/site-perl -Dusedl=true -Dusethreads=define -Dmyhostname=spanky.caldera.com -E'
  122. contains='grep'
  123. cp='cp'
  124. cpio=''
  125. cpp='cpp'
  126. cpp_stuff='42'
  127. cpplast='-'
  128. cppminus='-'
  129. cpprun='gcc -E'
  130. cppstdin='gcc -E'
  131. cryptlib=''
  132. csh='csh'
  133. d_Gconvert='gcvt((x),(n),(b))'
  134. d_access='define'
  135. d_alarm='define'
  136. d_archlib='define'
  137. d_attribut='define'
  138. d_bcmp='define'
  139. d_bcopy='define'
  140. d_bsd='undef'
  141. d_bsdgetpgrp='undef'
  142. d_bsdsetpgrp='undef'
  143. d_bzero='define'
  144. d_casti32='undef'
  145. d_castneg='define'
  146. d_charvspr='undef'
  147. d_chown='define'
  148. d_chroot='define'
  149. d_chsize='undef'
  150. d_closedir='define'
  151. d_const='define'
  152. d_crypt='define'
  153. d_csh='define'
  154. d_cuserid='define'
  155. d_dbl_dig='define'
  156. d_difftime='define'
  157. d_dirnamlen='undef'
  158. d_dlerror='define'
  159. d_dlopen='define'
  160. d_dlsymun='undef'
  161. d_dosuid='define'
  162. d_dup2='define'
  163. d_endgrent='define'
  164. d_endhent='define'
  165. d_endnent='define'
  166. d_endpent='define'
  167. d_endpwent='define'
  168. d_endsent='define'
  169. d_eofnblk='define'
  170. d_eunice='undef'
  171. d_fchmod='define'
  172. d_fchown='define'
  173. d_fcntl='define'
  174. d_fd_macros='define'
  175. d_fd_set='define'
  176. d_fds_bits='undef'
  177. d_fgetpos='define'
  178. d_flexfnam='define'
  179. d_flock='define'
  180. d_fork='define'
  181. d_fpathconf='define'
  182. d_fsetpos='define'
  183. d_ftime='undef'
  184. d_getgrent='define'
  185. d_getgrps='define'
  186. d_gethbyaddr='define'
  187. d_gethbyname='define'
  188. d_gethent='define'
  189. d_gethname='undef'
  190. d_gethostprotos='define'
  191. d_getlogin='define'
  192. d_getnbyaddr='define'
  193. d_getnbyname='define'
  194. d_getnent='define'
  195. d_getnetprotos='define'
  196. d_getpbyname='define'
  197. d_getpbynumber='define'
  198. d_getpent='define'
  199. d_getpgid='define'
  200. d_getpgrp2='undef'
  201. d_getpgrp='define'
  202. d_getppid='define'
  203. d_getprior='define'
  204. d_getprotoprotos='define'
  205. d_getpwent='define'
  206. d_getsbyname='define'
  207. d_getsbyport='define'
  208. d_getsent='define'
  209. d_getservprotos='define'
  210. d_gettimeod='define'
  211. d_gnulibc='define'
  212. d_grpasswd='define'
  213. d_htonl='define'
  214. d_index='undef'
  215. d_inetaton='define'
  216. d_isascii='define'
  217. d_killpg='define'
  218. d_lchown='define'
  219. d_link='define'
  220. d_locconv='define'
  221. d_lockf='define'
  222. d_longdbl='define'
  223. d_longlong='define'
  224. d_lstat='define'
  225. d_mblen='define'
  226. d_mbstowcs='define'
  227. d_mbtowc='define'
  228. d_memcmp='define'
  229. d_memcpy='define'
  230. d_memmove='define'
  231. d_memset='define'
  232. d_mkdir='define'
  233. d_mkfifo='define'
  234. d_mktime='define'
  235. d_msg='define'
  236. d_msgctl='define'
  237. d_msgget='define'
  238. d_msgrcv='define'
  239. d_msgsnd='define'
  240. d_mymalloc='undef'
  241. d_nice='define'
  242. d_oldpthreads='undef'
  243. d_oldsock='undef'
  244. d_open3='define'
  245. d_pathconf='define'
  246. d_pause='define'
  247. d_phostname='undef'
  248. d_pipe='define'
  249. d_poll='define'
  250. d_portable='define'
  251. d_pthread_yield='undef'
  252. d_pthreads_created_joinable='define'
  253. d_pwage='undef'
  254. d_pwchange='undef'
  255. d_pwclass='undef'
  256. d_pwcomment='undef'
  257. d_pwexpire='undef'
  258. d_pwgecos='define'
  259. d_pwpasswd='define'
  260. d_pwquota='undef'
  261. d_readdir='define'
  262. d_readlink='define'
  263. d_rename='define'
  264. d_rewinddir='define'
  265. d_rmdir='define'
  266. d_safebcpy='define'
  267. d_safemcpy='undef'
  268. d_sanemcmp='define'
  269. d_sched_yield='define'
  270. d_seekdir='define'
  271. d_select='define'
  272. d_sem='define'
  273. d_semctl='define'
  274. d_semctl_semid_ds='define'
  275. d_semctl_semun='define'
  276. d_semget='define'
  277. d_semop='define'
  278. d_setegid='define'
  279. d_seteuid='define'
  280. d_setgrent='define'
  281. d_setgrps='define'
  282. d_sethent='define'
  283. d_setlinebuf='define'
  284. d_setlocale='undef'
  285. d_setnent='define'
  286. d_setpent='define'
  287. d_setpgid='define'
  288. d_setpgrp2='undef'
  289. d_setpgrp='define'
  290. d_setprior='define'
  291. d_setpwent='define'
  292. d_setregid='define'
  293. d_setresgid='define'
  294. d_setresuid='define'
  295. d_setreuid='define'
  296. d_setrgid='undef'
  297. d_setruid='undef'
  298. d_setsent='define'
  299. d_setsid='define'
  300. d_setvbuf='define'
  301. d_sfio='undef'
  302. d_shm='define'
  303. d_shmat='define'
  304. d_shmatprototype='define'
  305. d_shmctl='define'
  306. d_shmdt='define'
  307. d_shmget='define'
  308. d_sigaction='define'
  309. d_sigsetjmp='define'
  310. d_socket='define'
  311. d_sockpair='define'
  312. d_statblks='undef'
  313. d_stdio_cnt_lval='undef'
  314. d_stdio_ptr_lval='undef'
  315. d_stdiobase='undef'
  316. d_stdstdio='undef'
  317. d_strchr='define'
  318. d_strcoll='define'
  319. d_strctcpy='define'
  320. d_strerrm='strerror(e)'
  321. d_strerror='define'
  322. d_strtod='define'
  323. d_strtol='define'
  324. d_strtoul='define'
  325. d_strxfrm='define'
  326. d_suidsafe='undef'
  327. d_symlink='define'
  328. d_syscall='define'
  329. d_sysconf='define'
  330. d_sysernlst=''
  331. d_syserrlst='define'
  332. d_system='define'
  333. d_tcgetpgrp='define'
  334. d_tcsetpgrp='define'
  335. d_telldir='define'
  336. d_time='define'
  337. d_times='define'
  338. d_truncate='define'
  339. d_tzname='define'
  340. d_umask='define'
  341. d_uname='define'
  342. d_union_semun='undef'
  343. d_vfork='undef'
  344. d_void_closedir='undef'
  345. d_voidsig='define'
  346. d_voidtty=''
  347. d_volatile='define'
  348. d_vprintf='define'
  349. d_wait4='define'
  350. d_waitpid='define'
  351. d_wcstombs='define'
  352. d_wctomb='define'
  353. d_xenix='undef'
  354. date='date'
  355. db_hashtype='u_int32_t'
  356. db_prefixtype='size_t'
  357. defvoidused='15'
  358. direntrytype='struct dirent'
  359. dlext='so'
  360. doublesize='8'
  361. eagain='EAGAIN'
  362. ebcdic='undef'
  363. echo='echo'
  364. egrep='egrep'
  365. emacs=''
  366. eunicefix=':'
  367. exe_ext=''
  368. expr='expr'
  369. find='find'
  370. firstmakefile='makefile'
  371. flex=''
  372. fpostype='fpos_t'
  373. freetype='void'
  374. full_csh='/bin/tcsh'
  375. full_sed='/bin/sed'
  376. gccversion='egcs-2.91.66 19990314 (egcs-1.1.2 release)'
  377. gidtype='gid_t'
  378. glibpth='/usr/shlib  /shlib /lib/pa1.1 /usr/lib/large /lib /usr/lib /usr/lib/386 /lib/386 /lib/large /usr/lib/small /lib/small /usr/ccs/lib /usr/ucblib /usr/local/lib '
  379. grep='grep'
  380. groupcat='cat /etc/group'
  381. groupstype='gid_t'
  382. gzip='gzip'
  383. h_fcntl='false'
  384. h_sysfile='true'
  385. hint='recommended'
  386. hostcat='cat /etc/hosts'
  387. huge=''
  388. i_arpainet='define'
  389. i_bsdioctl=''
  390. i_db='define'
  391. i_dbm='undef'
  392. i_dirent='define'
  393. i_dld='undef'
  394. i_dlfcn='define'
  395. i_fcntl='undef'
  396. i_float='define'
  397. i_gdbm='define'
  398. i_grp='define'
  399. i_limits='define'
  400. i_locale='undef'
  401. i_malloc='define'
  402. i_math='define'
  403. i_memory='undef'
  404. i_ndbm='define'
  405. i_netdb='define'
  406. i_neterrno='undef'
  407. i_niin='define'
  408. i_pwd='define'
  409. i_rpcsvcdbm='undef'
  410. i_sfio='undef'
  411. i_sgtty='undef'
  412. i_stdarg='define'
  413. i_stddef='define'
  414. i_stdlib='define'
  415. i_string='define'
  416. i_sysdir='define'
  417. i_sysfile='define'
  418. i_sysfilio='undef'
  419. i_sysin='undef'
  420. i_sysioctl='define'
  421. i_sysndir='undef'
  422. i_sysparam='define'
  423. i_sysresrc='define'
  424. i_sysselct='define'
  425. i_syssockio=''
  426. i_sysstat='define'
  427. i_systime='define'
  428. i_systimek='undef'
  429. i_systimes='define'
  430. i_systypes='define'
  431. i_sysun='define'
  432. i_syswait='define'
  433. i_termio='undef'
  434. i_termios='define'
  435. i_time='undef'
  436. i_unistd='define'
  437. i_utime='define'
  438. i_values='define'
  439. i_varargs='undef'
  440. i_varhdr='stdarg.h'
  441. i_vfork='undef'
  442. incpath=''
  443. inews=''
  444. installbin='/usr/bin'
  445. installman1dir='/usr/man/man1'
  446. installman3dir='/usr/share/perl5/man/man3'
  447. installprefix='/tmp/perl-5.005_02'
  448. installscript='/usr/bin'
  449. installsitearch='/usr/lib/perl5/site-perl/i386-linux-thread'
  450. installsitelib='/usr/lib/perl5/site-perl'
  451. intsize='4'
  452. known_extensions='B DB_File Data/Dumper Fcntl GDBM_File IO IPC/SysV NDBM_File ODBM_File Opcode POSIX SDBM_File Socket Thread attrs re'
  453. ksh=''
  454. large=''
  455. ld='gcc'
  456. lddlflags='-shared'
  457. ldflags=''
  458. less='less'
  459. lib_ext='.a'
  460. libc=''
  461. libperl='libperl.a'
  462. libswanted='sfio socket inet nsl nm ndbm gdbm dbm db malloc dl dld ld sun m pthread c cposix posix ndir dir crypt ucb BSD PW x'
  463. line='line'
  464. lint=''
  465. lkflags=''
  466. ln='ln'
  467. lns='/bin/ln -s'
  468. locincpth='/usr/local/include /opt/local/include /usr/gnu/include /opt/gnu/include /usr/GNU/include /opt/GNU/include'
  469. loclibpth='/usr/local/lib /opt/local/lib /usr/gnu/lib /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib'
  470. longdblsize='12'
  471. longlongsize='8'
  472. longsize='4'
  473. lp=''
  474. lpr=''
  475. ls='ls'
  476. lseektype='off_t'
  477. mail=''
  478. mailx=''
  479. make='make'
  480. make_set_make='#'
  481. mallocobj=''
  482. mallocsrc=''
  483. malloctype='void *'
  484. man1dir='/usr/man/man1'
  485. man1direxp='/usr/man/man1'
  486. man1ext='1'
  487. man3dir='/usr/share/perl5/man/man3'
  488. man3direxp='/usr/share/perl5/man/man3'
  489. man3ext='3'
  490. medium=''
  491. mips=''
  492. mips_type=''
  493. mkdir='mkdir'
  494. models='none'
  495. modetype='mode_t'
  496. more='more'
  497. mv=''
  498. myarchname='i686-linux'
  499. mydomain='.caldera.com'
  500. myhostname='spanky'
  501. myuname='linux tuvok.calderasystems.com 2.2.10 #1 smp tue jul 27 20:32:52 mdt 1999 i686 unknown '
  502. n='-n'
  503. netdb_hlen_type='int'
  504. netdb_host_type='const char *'
  505. netdb_name_type='const char *'
  506. netdb_net_type='unsigned long'
  507. nm='nm'
  508. nm_opt=''
  509. nm_so_opt='--dynamic'
  510. nonxs_ext='Errno'
  511. nroff='nroff'
  512. o_nonblock='O_NONBLOCK'
  513. obj_ext='.o'
  514. optimize='-O2 -march=i386 -mcpu=pentiumpro -fomit-frame-pointer -pipe'
  515. orderlib='false'
  516. package='perl5'
  517. pager='/usr/bin/less'
  518. passcat='cat /etc/passwd'
  519. patchlevel='5'
  520. path_sep=':'
  521. perl='perl'
  522. perladmin='none'
  523. perlpath='/usr/bin/perl'
  524. pg='pg'
  525. phostname=''
  526. pidtype='pid_t'
  527. plibpth=''
  528. pmake=''
  529. pr=''
  530. prefixexp='/usr'
  531. privlib='/usr/lib/perl5/5.00502'
  532. prototype='define'
  533. ptrsize='4'
  534. randbits='31'
  535. ranlib=':'
  536. rd_nodata='-1'
  537. rm='rm'
  538. rmail=''
  539. runnm='false'
  540. scriptdir='/usr/bin'
  541. scriptdirexp='/usr/bin'
  542. sed='sed'
  543. selecttype='fd_set *'
  544. sendmail='sendmail'
  545. sh='/bin/sh'
  546. shar=''
  547. shmattype='void *'
  548. shortsize='2'
  549. shrpenv=''
  550. sig_name_init='"ZERO", "HUP", "INT", "QUIT", "ILL", "TRAP", "ABRT", "BUS", "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM", "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN", "TTOU", "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO", "PWR", "UNUSED", "NUM32", "NUM33", "NUM34", "RTMIN", "NUM36", "NUM37", "NUM38", "NUM39", "NUM40", "NUM41", "NUM42", "NUM43", "NUM44", "NUM45", "NUM46", "NUM47", "NUM48", "NUM49", "NUM50", "NUM51", "NUM52", "NUM53", "NUM54", "NUM55", "NUM56", "NUM57", "NUM58", "NUM59", "NUM60", "NUM61", "NUM62", "RTMAX", "IOT", "CLD", "POLL", 0'
  551. signal_t='void'
  552. sitearch='/usr/lib/perl5/site-perl/i386-linux-thread'
  553. sitearchexp='/usr/lib/perl5/site-perl/i386-linux-thread'
  554. sitelib='/usr/lib/perl5/site-perl'
  555. sitelibexp='/usr/lib/perl5/site-perl'
  556. sizetype='size_t'
  557. sleep=''
  558. smail=''
  559. small=''
  560. sockethdr=''
  561. socketlib=''
  562. sort='sort'
  563. spackage='Perl5'
  564. spitshell='cat'
  565. split=''
  566. src='.'
  567. ssizetype='ssize_t'
  568. startperl='#!/usr/bin/perl'
  569. stdchar='char'
  570. stdio_base='((fp)->_base)'
  571. stdio_bufsiz='((fp)->_cnt + (fp)->_ptr - (fp)->_base)'
  572. stdio_cnt='((fp)->_cnt)'
  573. stdio_filbuf=''
  574. stdio_ptr='((fp)->_ptr)'
  575. strings='/usr/include/string.h'
  576. submit=''
  577. subversion='2'
  578. sysman='/usr/man/man1'
  579. tail=''
  580. tar=''
  581. tbl=''
  582. tee='tee'
  583. test='test'
  584. timeincl='/usr/include/sys/time.h '
  585. timetype='time_t'
  586. touch='touch'
  587. tr='tr'
  588. trnl='\n'
  589. troff=''
  590. uidtype='uid_t'
  591. uname='uname'
  592. uniq='uniq'
  593. usedl='define'
  594. usemymalloc='n'
  595. usenm='false'
  596. useopcode='true'
  597. useperlio='undef'
  598. useposix='true'
  599. usesfio='false'
  600. useshrplib='false'
  601. usethreads='define'
  602. usevfork='false'
  603. usrinc='/usr/include'
  604. uuname=''
  605. version='5.00502'
  606. vi=''
  607. voidflags='15'
  608. xlibpth='/usr/lib/386 /lib/386'
  609. zcat=''
  610. zip='zip'
  611. !END!
  612.  
  613. my $summary = <<'!END!';
  614. Summary of my $package ($baserev patchlevel $PATCHLEVEL subversion $SUBVERSION) configuration:
  615.   Platform:
  616.     osname=$osname, osvers=$osvers, archname=$archname
  617.     uname='$myuname'
  618.     hint=$hint, useposix=$useposix, d_sigaction=$d_sigaction
  619.     usethreads=$usethreads useperlio=$useperlio d_sfio=$d_sfio
  620.   Compiler:
  621.     cc='$cc', optimize='$optimize', gccversion=$gccversion
  622.     cppflags='$cppflags'
  623.     ccflags ='$ccflags'
  624.     stdchar='$stdchar', d_stdstdio=$d_stdstdio, usevfork=$usevfork
  625.     intsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize
  626.     d_longlong=$d_longlong, longlongsize=$longlongsize, d_longdbl=$d_longdbl, longdblsize=$longdblsize
  627.     alignbytes=$alignbytes, usemymalloc=$usemymalloc, prototype=$prototype
  628.   Linker and Libraries:
  629.     ld='$ld', ldflags ='$ldflags'
  630.     libpth=$libpth
  631.     libs=$libs
  632.     libc=$libc, so=$so, useshrplib=$useshrplib, libperl=$libperl
  633.   Dynamic Linking:
  634.     dlsrc=$dlsrc, dlext=$dlext, d_dlsymun=$d_dlsymun, ccdlflags='$ccdlflags'
  635.     cccdlflags='$cccdlflags', lddlflags='$lddlflags'
  636.  
  637. !END!
  638. my $summary_expanded = 0;
  639.  
  640. sub myconfig {
  641.     return $summary if $summary_expanded;
  642.     $summary =~ s{\$(\w+)}
  643.              { my $c = $Config{$1}; defined($c) ? $c : 'undef' }ge;
  644.     $summary_expanded = 1;
  645.     $summary;
  646. }
  647.  
  648. sub FETCH { 
  649.     # check for cached value (which may be undef so we use exists not defined)
  650.     return $_[0]->{$_[1]} if (exists $_[0]->{$_[1]});
  651.  
  652.     # Search for it in the big string 
  653.     my($value, $start, $marker, $quote_type);
  654.     $marker = "$_[1]=";
  655.     $quote_type = "'";
  656.     # return undef unless (($value) = $config_sh =~ m/^$_[1]='(.*)'\s*$/m);
  657.     # Check for the common case, ' delimeted
  658.     $start = index($config_sh, "\n$marker$quote_type");
  659.     # If that failed, check for " delimited
  660.     if ($start == -1) {
  661.       $quote_type = '"';
  662.       $start = index($config_sh, "\n$marker$quote_type");
  663.     }
  664.     return undef if ( ($start == -1) &&  # in case it's first 
  665.         (substr($config_sh, 0, length($marker)) ne $marker) );
  666.     if ($start == -1) { 
  667.       # It's the very first thing we found. Skip $start forward
  668.       # and figure out the quote mark after the =.
  669.       $start = length($marker) + 1;
  670.       $quote_type = substr($config_sh, $start - 1, 1);
  671.     } 
  672.     else { 
  673.       $start += length($marker) + 2;
  674.     }
  675.     $value = substr($config_sh, $start, 
  676.         index($config_sh, "$quote_type\n", $start) - $start);
  677.  
  678.     # If we had a double-quote, we'd better eval it so escape
  679.     # sequences and such can be interpolated. Since the incoming
  680.     # value is supposed to follow shell rules and not perl rules,
  681.     # we escape any perl variable markers
  682.     if ($quote_type eq '"') {
  683.       $value =~ s/\$/\\\$/g;
  684.       $value =~ s/\@/\\\@/g;
  685.       eval "\$value = \"$value\"";
  686.     }
  687.     #$value = sprintf($value) if $quote_type eq '"';
  688.     $value = undef if $value eq 'undef'; # So we can say "if $Config{'foo'}".
  689.     $_[0]->{$_[1]} = $value; # cache it
  690.     return $value;
  691. }
  692.  
  693. my $prevpos = 0;
  694.  
  695. sub FIRSTKEY {
  696.     $prevpos = 0;
  697.     # my($key) = $config_sh =~ m/^(.*?)=/;
  698.     substr($config_sh, 0, index($config_sh, '=') );
  699.     # $key;
  700. }
  701.  
  702. sub NEXTKEY {
  703.     # Find out how the current key's quoted so we can skip to its end.
  704.     my $quote = substr($config_sh, index($config_sh, "=", $prevpos)+1, 1);
  705.     my $pos = index($config_sh, qq($quote\n), $prevpos) + 2;
  706.     my $len = index($config_sh, "=", $pos) - $pos;
  707.     $prevpos = $pos;
  708.     $len > 0 ? substr($config_sh, $pos, $len) : undef;
  709. }
  710.  
  711. sub EXISTS { 
  712.     # exists($_[0]->{$_[1]})  or  $config_sh =~ m/^$_[1]=/m;
  713.     exists($_[0]->{$_[1]}) or
  714.     index($config_sh, "\n$_[1]='") != -1 or
  715.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]='" or
  716.     index($config_sh, "\n$_[1]=\"") != -1 or
  717.     substr($config_sh, 0, length($_[1])+2) eq "$_[1]=\"";
  718. }
  719.  
  720. sub STORE  { die "\%Config::Config is read-only\n" }
  721. sub DELETE { &STORE }
  722. sub CLEAR  { &STORE }
  723.  
  724.  
  725. sub config_sh {
  726.     $config_sh
  727. }
  728.  
  729. sub config_re {
  730.     my $re = shift;
  731.     my @matches = ($config_sh =~ /^$re=.*\n/mg);
  732.     @matches ? (print @matches) : print "$re: not found\n";
  733. }
  734.  
  735. sub config_vars {
  736.     foreach(@_){
  737.     config_re($_), next if /\W/;
  738.     my $v=(exists $Config{$_}) ? $Config{$_} : 'UNKNOWN';
  739.     $v='undef' unless defined $v;
  740.     print "$_='$v';\n";
  741.     }
  742. }
  743.  
  744. sub TIEHASH { bless {} }
  745.  
  746. # avoid Config..Exporter..UNIVERSAL search for DESTROY then AUTOLOAD
  747. sub DESTROY { }
  748.  
  749. tie %Config, 'Config';
  750.  
  751. 1;
  752. __END__
  753.  
  754. =head1 NAME
  755.  
  756. Config - access Perl configuration information
  757.  
  758. =head1 SYNOPSIS
  759.  
  760.     use Config;
  761.     if ($Config{'cc'} =~ /gcc/) {
  762.     print "built by gcc\n";
  763.     } 
  764.  
  765.     use Config qw(myconfig config_sh config_vars);
  766.  
  767.     print myconfig();
  768.  
  769.     print config_sh();
  770.  
  771.     config_vars(qw(osname archname));
  772.  
  773.  
  774. =head1 DESCRIPTION
  775.  
  776. The Config module contains all the information that was available to
  777. the C<Configure> program at Perl build time (over 900 values).
  778.  
  779. Shell variables from the F<config.sh> file (written by Configure) are
  780. stored in the readonly-variable C<%Config>, indexed by their names.
  781.  
  782. Values stored in config.sh as 'undef' are returned as undefined
  783. values.  The perl C<exists> function can be used to check if a
  784. named variable exists.
  785.  
  786. =over 4
  787.  
  788. =item myconfig()
  789.  
  790. Returns a textual summary of the major perl configuration values.
  791. See also C<-V> in L<perlrun/Switches>.
  792.  
  793. =item config_sh()
  794.  
  795. Returns the entire perl configuration information in the form of the
  796. original config.sh shell variable assignment script.
  797.  
  798. =item config_vars(@names)
  799.  
  800. Prints to STDOUT the values of the named configuration variable. Each is
  801. printed on a separate line in the form:
  802.  
  803.   name='value';
  804.  
  805. Names which are unknown are output as C<name='UNKNOWN';>.
  806. See also C<-V:name> in L<perlrun/Switches>.
  807.  
  808. =back
  809.  
  810. =head1 EXAMPLE
  811.  
  812. Here's a more sophisticated example of using %Config:
  813.  
  814.     use Config;
  815.     use strict;
  816.  
  817.     my %sig_num;
  818.     my @sig_name;
  819.     unless($Config{sig_name} && $Config{sig_num}) {
  820.     die "No sigs?";
  821.     } else {
  822.     my @names = split ' ', $Config{sig_name};
  823.     @sig_num{@names} = split ' ', $Config{sig_num};
  824.     foreach (@names) {
  825.         $sig_name[$sig_num{$_}] ||= $_;
  826.     }   
  827.     }
  828.  
  829.     print "signal #17 = $sig_name[17]\n";
  830.     if ($sig_num{ALRM}) { 
  831.     print "SIGALRM is $sig_num{ALRM}\n";
  832.     }   
  833.  
  834. =head1 WARNING
  835.  
  836. Because this information is not stored within the perl executable
  837. itself it is possible (but unlikely) that the information does not
  838. relate to the actual perl binary which is being used to access it.
  839.  
  840. The Config module is installed into the architecture and version
  841. specific library directory ($Config{installarchlib}) and it checks the
  842. perl version number when loaded.
  843.  
  844. The values stored in config.sh may be either single-quoted or
  845. double-quoted. Double-quoted strings are handy for those cases where you
  846. need to include escape sequences in the strings. To avoid runtime variable
  847. interpolation, any C<$> and C<@> characters are replaced by C<\$> and
  848. C<\@>, respectively. This isn't foolproof, of course, so don't embed C<\$>
  849. or C<\@> in double-quoted strings unless you're willing to deal with the
  850. consequences. (The slashes will end up escaped and the C<$> or C<@> will
  851. trigger variable interpolation)
  852.  
  853. =head1 GLOSSARY
  854.  
  855. Most C<Config> variables are determined by the C<Configure> script
  856. on platforms supported by it (which is most UNIX platforms).  Some
  857. platforms have custom-made C<Config> variables, and may thus not have
  858. some of the variables described below, or may have extraneous variables
  859. specific to that particular port.  See the port specific documentation
  860. in such cases.
  861.  
  862. =head2 M
  863.  
  864. =over
  865.  
  866. =item C<Mcc>
  867.  
  868. From F<Loc.U>:
  869.  
  870. This variable is be used internally by Configure to determine the
  871. full pathname (if any) of the Mcc program.  After Configure runs,
  872. the value is reset to a plain C<Mcc> and is not useful.
  873.  
  874. =back
  875.  
  876. =head2 _
  877.  
  878. =over
  879.  
  880. =item C<_a>
  881.  
  882. From F<Unix.U>:
  883.  
  884. This variable defines the extension used for ordinary libraries.
  885. For unix, it is F<.a>.  The F<.> is included.  Other possible
  886. values include F<.lib>.
  887.  
  888. =item C<_exe>
  889.  
  890. From F<Unix.U>:
  891.  
  892. This variable defines the extension used for executable files.
  893. For unix it is empty.  Other possible values include F<.exe>.
  894.  
  895. =item C<_o>
  896.  
  897. From F<Unix.U>:
  898.  
  899. This variable defines the extension used for object files.
  900. For unix, it is F<.o>.  The F<.> is included.  Other possible
  901. values include F<.obj>.
  902.  
  903. =back
  904.  
  905. =head2 a
  906.  
  907. =over
  908.  
  909. =item C<afs>
  910.  
  911. From F<afs.U>:
  912.  
  913. This variable is set to C<true> if C<AFS> (Andrew File System) is used
  914. on the system, C<false> otherwise.  It is possible to override this
  915. with a hint value or command line option, but you'd better know
  916. what you are doing.
  917.  
  918. =item C<alignbytes>
  919.  
  920. From F<alignbytes.U>:
  921.  
  922. This variable holds the number of bytes required to align a
  923. double. Usual values are 2, 4 and 8.
  924.  
  925. =item C<ansi2knr>
  926.  
  927. From F<ansi2knr.U>:
  928.  
  929. This variable is set if the user needs to run ansi2knr.  
  930. Currently, this is not supported, so we just abort.
  931.  
  932. =item C<aphostname>
  933.  
  934. From F<d_gethname.U>:
  935.  
  936. Thie variable contains the command which can be used to compute the
  937. host name. The command is fully qualified by its absolute path, to make
  938. it safe when used by a process with super-user privileges.
  939.  
  940. =item C<apiversion>
  941.  
  942. From F<patchlevel.U>:
  943.  
  944. This is a number which identifies the lowest version of perl
  945. to have an C<API> (for C<XS> extensions) compatible with the present
  946. version.  For example, for 5.005_01, the apiversion should be
  947. 5.005, since 5.005_01 should be binary compatible with 5.005.
  948. This should probably be incremented manually somehow, perhaps
  949. from F<patchlevel.h>.  For now, we'll guess maintenance subversions
  950. will retain binary compatibility.
  951.  
  952. =item C<ar>
  953.  
  954. From F<Loc.U>:
  955.  
  956. This variable is be used internally by Configure to determine the
  957. full pathname (if any) of the ar program.  After Configure runs,
  958. the value is reset to a plain C<ar> and is not useful.
  959.  
  960. =item C<archlib>
  961.  
  962. From F<archlib.U>:
  963.  
  964. This variable holds the name of the directory in which the user wants
  965. to put architecture-dependent public library files for $package.
  966. It is most often a local directory such as F</usr/local/lib>.
  967. Programs using this variable must be prepared to deal
  968. with filename expansion.
  969.  
  970. =item C<archlibexp>
  971.  
  972. From F<archlib.U>:
  973.  
  974. This variable is the same as the archlib variable, but is
  975. filename expanded at configuration time, for convenient use.
  976.  
  977. =item C<archname>
  978.  
  979. From F<archname.U>:
  980.  
  981. This variable is a short name to characterize the current
  982. architecture.  It is used mainly to construct the default archlib.
  983.  
  984. =item C<archobjs>
  985.  
  986. From F<Unix.U>:
  987.  
  988. This variable defines any additional objects that must be linked
  989. in with the program on this architecture.  On unix, it is usually
  990. empty.  It is typically used to include emulations of unix calls
  991. or other facilities.  For perl on F<OS/2>, for example, this would
  992. include F<os2/os2.obj>.
  993.  
  994. =item C<awk>
  995.  
  996. From F<Loc.U>:
  997.  
  998. This variable is be used internally by Configure to determine the
  999. full pathname (if any) of the awk program.  After Configure runs,
  1000. the value is reset to a plain C<awk> and is not useful.
  1001.  
  1002. =back
  1003.  
  1004. =head2 b
  1005.  
  1006. =over
  1007.  
  1008. =item C<baserev>
  1009.  
  1010. From F<baserev.U>:
  1011.  
  1012. The base revision level of this package, from the F<.package> file.
  1013.  
  1014. =item C<bash>
  1015.  
  1016. From F<Loc.U>:
  1017.  
  1018. This variable is defined but not used by Configure.
  1019. The value is a plain '' and is not useful.
  1020.  
  1021. =item C<bin>
  1022.  
  1023. From F<bin.U>:
  1024.  
  1025. This variable holds the name of the directory in which the user wants
  1026. to put publicly executable images for the package in question.  It
  1027. is most often a local directory such as F</usr/local/bin>. Programs using
  1028. this variable must be prepared to deal with F<~name> substitution.
  1029.  
  1030. =item C<binexp>
  1031.  
  1032. From F<bin.U>:
  1033.  
  1034. This is the same as the bin variable, but is filename expanded at
  1035. configuration time, for use in your makefiles.
  1036.  
  1037. =item C<bison>
  1038.  
  1039. From F<Loc.U>:
  1040.  
  1041. This variable is defined but not used by Configure.
  1042. The value is a plain '' and is not useful.
  1043.  
  1044. =item C<byacc>
  1045.  
  1046. From F<Loc.U>:
  1047.  
  1048. This variable is be used internally by Configure to determine the
  1049. full pathname (if any) of the byacc program.  After Configure runs,
  1050. the value is reset to a plain C<byacc> and is not useful.
  1051.  
  1052. =item C<byteorder>
  1053.  
  1054. From F<byteorder.U>:
  1055.  
  1056. This variable holds the byte order. In the following, larger digits
  1057. indicate more significance.  The variable byteorder is either 4321
  1058. on a big-endian machine, or 1234 on a little-endian, or 87654321
  1059. on a Cray ... or 3412 with weird order !
  1060.  
  1061. =back
  1062.  
  1063. =head2 c
  1064.  
  1065. =over
  1066.  
  1067. =item C<c>
  1068.  
  1069. From F<n.U>:
  1070.  
  1071. This variable contains the \c string if that is what causes the echo
  1072. command to suppress newline.  Otherwise it is null.  Correct usage is
  1073.  
  1074.     $echo $n "prompt for a question: $c".
  1075.  
  1076.  
  1077. =item C<castflags>
  1078.  
  1079. From F<d_castneg.U>:
  1080.  
  1081. This variable contains a flag that precise difficulties the
  1082. compiler has casting odd floating values to unsigned long:
  1083.  
  1084.     0 = ok
  1085.  
  1086.  
  1087.     1 = couldn't cast < 0
  1088.  
  1089.  
  1090.     2 = couldn't cast >= 0x80000000
  1091.  
  1092.  
  1093.     4 = couldn't cast in argument expression list
  1094.  
  1095.  
  1096. =item C<cat>
  1097.  
  1098. From F<Loc.U>:
  1099.  
  1100. This variable is be used internally by Configure to determine the
  1101. full pathname (if any) of the cat program.  After Configure runs,
  1102. the value is reset to a plain C<cat> and is not useful.
  1103.  
  1104. =item C<cc>
  1105.  
  1106. From F<cc.U>:
  1107.  
  1108. This variable holds the name of a command to execute a C compiler which
  1109. can resolve multiple global references that happen to have the same
  1110. name.  Usual values are C<cc>, C<Mcc>, C<cc -M>, and C<gcc>.
  1111.  
  1112. =item C<cccdlflags>
  1113.  
  1114. From F<dlsrc.U>:
  1115.  
  1116. This variable contains any special flags that might need to be
  1117. passed with C<cc -c> to compile modules to be used to create a shared
  1118. library that will be used for dynamic loading.  For hpux, this
  1119. should be +z.  It is up to the makefile to use it.
  1120.  
  1121. =item C<ccdlflags>
  1122.  
  1123. From F<dlsrc.U>:
  1124.  
  1125. This variable contains any special flags that might need to be
  1126. passed to cc to link with a shared library for dynamic loading.
  1127. It is up to the makefile to use it.  For sunos 4.1, it should
  1128. be empty.
  1129.  
  1130. =item C<ccflags>
  1131.  
  1132. From F<ccflags.U>:
  1133.  
  1134. This variable contains any additional C compiler flags desired by
  1135. the user.  It is up to the Makefile to use this.
  1136.  
  1137. =item C<cf_by>
  1138.  
  1139. From F<cf_who.U>:
  1140.  
  1141. Login name of the person who ran the Configure script and answered the
  1142. questions. This is used to tag both F<config.sh> and F<config_h.SH>.
  1143.  
  1144. =item C<cf_email>
  1145.  
  1146. From F<cf_email.U>:
  1147.  
  1148. Electronic mail address of the person who ran Configure. This can be
  1149. used by units that require the user's e-mail, like F<MailList.U>.
  1150.  
  1151. =item C<cf_time>
  1152.  
  1153. From F<cf_who.U>:
  1154.  
  1155. Holds the output of the C<date> command when the configuration file was
  1156. produced. This is used to tag both F<config.sh> and F<config_h.SH>.
  1157.  
  1158. =item C<chgrp>
  1159.  
  1160. From F<Loc.U>:
  1161.  
  1162. This variable is defined but not used by Configure.
  1163. The value is a plain '' and is not useful.
  1164.  
  1165. =item C<chmod>
  1166.  
  1167. From F<Loc.U>:
  1168.  
  1169. This variable is defined but not used by Configure.
  1170. The value is a plain '' and is not useful.
  1171.  
  1172. =item C<chown>
  1173.  
  1174. From F<Loc.U>:
  1175.  
  1176. This variable is defined but not used by Configure.
  1177. The value is a plain '' and is not useful.
  1178.  
  1179. =item C<clocktype>
  1180.  
  1181. From F<d_times.U>:
  1182.  
  1183. This variable holds the type returned by times(). It can be long,
  1184. or clock_t on C<BSD> sites (in which case <sys/types.h> should be
  1185. included).
  1186.  
  1187. =item C<comm>
  1188.  
  1189. From F<Loc.U>:
  1190.  
  1191. This variable is be used internally by Configure to determine the
  1192. full pathname (if any) of the comm program.  After Configure runs,
  1193. the value is reset to a plain C<comm> and is not useful.
  1194.  
  1195. =item C<compress>
  1196.  
  1197. From F<Loc.U>:
  1198.  
  1199. This variable is defined but not used by Configure.
  1200. The value is a plain '' and is not useful.
  1201.  
  1202. =item C<contains>
  1203.  
  1204. From F<contains.U>:
  1205.  
  1206. This variable holds the command to do a grep with a proper return
  1207. status.  On most sane systems it is simply C<grep>.  On insane systems
  1208. it is a grep followed by a cat followed by a test.  This variable
  1209. is primarily for the use of other Configure units.
  1210.  
  1211. =item C<cp>
  1212.  
  1213. From F<Loc.U>:
  1214.  
  1215. This variable is be used internally by Configure to determine the
  1216. full pathname (if any) of the cp program.  After Configure runs,
  1217. the value is reset to a plain C<cp> and is not useful.
  1218.  
  1219. =item C<cpio>
  1220.  
  1221. From F<Loc.U>:
  1222.  
  1223. This variable is defined but not used by Configure.
  1224. The value is a plain '' and is not useful.
  1225.  
  1226. =item C<cpp>
  1227.  
  1228. From F<Loc.U>:
  1229.  
  1230. This variable is be used internally by Configure to determine the
  1231. full pathname (if any) of the cpp program.  After Configure runs,
  1232. the value is reset to a plain C<cpp> and is not useful.
  1233.  
  1234. =item C<cpp_stuff>
  1235.  
  1236. From F<cpp_stuff.U>:
  1237.  
  1238. This variable contains an identification of the catenation mechanism
  1239. used by the C preprocessor.
  1240.  
  1241. =item C<cppflags>
  1242.  
  1243. From F<ccflags.U>:
  1244.  
  1245. This variable holds the flags that will be passed to the C pre-
  1246. processor. It is up to the Makefile to use it.
  1247.  
  1248. =item C<cpplast>
  1249.  
  1250. From F<cppstdin.U>:
  1251.  
  1252. This variable has the same functionality as cppminus, only it applies to
  1253. cpprun and not cppstdin.
  1254.  
  1255. =item C<cppminus>
  1256.  
  1257. From F<cppstdin.U>:
  1258.  
  1259. This variable contains the second part of the string which will invoke
  1260. the C preprocessor on the standard input and produce to standard
  1261. output.  This variable will have the value C<-> if cppstdin needs a minus
  1262. to specify standard input, otherwise the value is "".
  1263.  
  1264. =item C<cpprun>
  1265.  
  1266. From F<cppstdin.U>:
  1267.  
  1268. This variable contains the command which will invoke a C preprocessor
  1269. on standard input and put the output to stdout. It is guaranteed not
  1270. to be a wrapper and may be a null string if no preprocessor can be
  1271. made directly available. This preprocessor might be different from the
  1272. one used by the C compiler. Don't forget to append cpplast after the
  1273. preprocessor options.
  1274.  
  1275. =item C<cppstdin>
  1276.  
  1277. From F<cppstdin.U>:
  1278.  
  1279. This variable contains the command which will invoke the C
  1280. preprocessor on standard input and put the output to stdout.
  1281. It is primarily used by other Configure units that ask about
  1282. preprocessor symbols.
  1283.  
  1284. =item C<cryptlib>
  1285.  
  1286. From F<d_crypt.U>:
  1287.  
  1288. This variable holds -lcrypt or the path to a F<libcrypt.a> archive if
  1289. the crypt() function is not defined in the standard C library. It is
  1290. up to the Makefile to use this.
  1291.  
  1292. =item C<csh>
  1293.  
  1294. From F<Loc.U>:
  1295.  
  1296. This variable is be used internally by Configure to determine the
  1297. full pathname (if any) of the csh program.  After Configure runs,
  1298. the value is reset to a plain C<csh> and is not useful.
  1299.  
  1300. =back
  1301.  
  1302. =head2 d
  1303.  
  1304. =over
  1305.  
  1306. =item C<d_Gconvert>
  1307.  
  1308. From F<d_gconvert.U>:
  1309.  
  1310. This variable holds what Gconvert is defined as to convert
  1311. floating point numbers into strings. It could be C<gconvert>
  1312. or a more C<complex> macro emulating gconvert with gcvt() or sprintf.
  1313.  
  1314. =item C<d_access>
  1315.  
  1316. From F<d_access.U>:
  1317.  
  1318. This variable conditionally defines C<HAS_ACCESS> if the access() system
  1319. call is available to check for access permissions using real IDs.
  1320.  
  1321. =item C<d_alarm>
  1322.  
  1323. From F<d_alarm.U>:
  1324.  
  1325. This variable conditionally defines the C<HAS_ALARM> symbol, which
  1326. indicates to the C program that the alarm() routine is available.
  1327.  
  1328. =item C<d_archlib>
  1329.  
  1330. From F<archlib.U>:
  1331.  
  1332. This variable conditionally defines C<ARCHLIB> to hold the pathname
  1333. of architecture-dependent library files for $package.  If
  1334. $archlib is the same as $privlib, then this is set to undef.
  1335.  
  1336. =item C<d_attribut>
  1337.  
  1338. From F<d_attribut.U>:
  1339.  
  1340. This variable conditionally defines C<HASATTRIBUTE>, which
  1341. indicates the C compiler can check for function attributes,
  1342. such as printf formats.
  1343.  
  1344. =item C<d_bcmp>
  1345.  
  1346. From F<d_bcmp.U>:
  1347.  
  1348. This variable conditionally defines the C<HAS_BCMP> symbol if
  1349. the bcmp() routine is available to compare strings.
  1350.  
  1351. =item C<d_bcopy>
  1352.  
  1353. From F<d_bcopy.U>:
  1354.  
  1355. This variable conditionally defines the C<HAS_BCOPY> symbol if
  1356. the bcopy() routine is available to copy strings.
  1357.  
  1358. =item C<d_bsd>
  1359.  
  1360. From F<Guess.U>:
  1361.  
  1362. This symbol conditionally defines the symbol C<BSD> when running on a
  1363. C<BSD> system.
  1364.  
  1365. =item C<d_bsdgetpgrp>
  1366.  
  1367. From F<d_getpgrp.U>:
  1368.  
  1369. This variable conditionally defines C<USE_BSD_GETPGRP> if
  1370. getpgrp needs one arguments whereas C<USG> one needs none.
  1371.  
  1372. =item C<d_bsdsetpgrp>
  1373.  
  1374. From F<d_setpgrp.U>:
  1375.  
  1376. This variable conditionally defines C<USE_BSD_SETPGRP> if
  1377. setpgrp needs two arguments whereas C<USG> one needs none.
  1378. See also d_setpgid for a C<POSIX> interface.
  1379.  
  1380. =item C<d_bzero>
  1381.  
  1382. From F<d_bzero.U>:
  1383.  
  1384. This variable conditionally defines the C<HAS_BZERO> symbol if
  1385. the bzero() routine is available to set memory to 0.
  1386.  
  1387. =item C<d_casti32>
  1388.  
  1389. From F<d_casti32.U>:
  1390.  
  1391. This variable conditionally defines CASTI32, which indicates
  1392. whether the C compiler can cast large floats to 32-bit ints.
  1393.  
  1394. =item C<d_castneg>
  1395.  
  1396. From F<d_castneg.U>:
  1397.  
  1398. This variable conditionally defines C<CASTNEG>, which indicates
  1399. wether the C compiler can cast negative float to unsigned.
  1400.  
  1401. =item C<d_charvspr>
  1402.  
  1403. From F<d_vprintf.U>:
  1404.  
  1405. This variable conditionally defines C<CHARVSPRINTF> if this system
  1406. has vsprintf returning type (char*).  The trend seems to be to
  1407. declare it as "int vsprintf()".
  1408.  
  1409. =item C<d_chown>
  1410.  
  1411. From F<d_chown.U>:
  1412.  
  1413. This variable conditionally defines the C<HAS_CHOWN> symbol, which
  1414. indicates to the C program that the chown() routine is available.
  1415.  
  1416. =item C<d_chroot>
  1417.  
  1418. From F<d_chroot.U>:
  1419.  
  1420. This variable conditionally defines the C<HAS_CHROOT> symbol, which
  1421. indicates to the C program that the chroot() routine is available.
  1422.  
  1423. =item C<d_chsize>
  1424.  
  1425. From F<d_chsize.U>:
  1426.  
  1427. This variable conditionally defines the C<CHSIZE> symbol, which
  1428. indicates to the C program that the chsize() routine is available
  1429. to truncate files.  You might need a -lx to get this routine.
  1430.  
  1431. =item C<d_closedir>
  1432.  
  1433. From F<d_closedir.U>:
  1434.  
  1435. This variable conditionally defines C<HAS_CLOSEDIR> if closedir() is
  1436. available.
  1437.  
  1438. =item C<d_const>
  1439.  
  1440. From F<d_const.U>:
  1441.  
  1442. This variable conditionally defines the C<HASCONST> symbol, which
  1443. indicates to the C program that this C compiler knows about the
  1444. const type.
  1445.  
  1446. =item C<d_crypt>
  1447.  
  1448. From F<d_crypt.U>:
  1449.  
  1450. This variable conditionally defines the C<CRYPT> symbol, which
  1451. indicates to the C program that the crypt() routine is available
  1452. to encrypt passwords and the like.
  1453.  
  1454. =item C<d_csh>
  1455.  
  1456. From F<d_csh.U>:
  1457.  
  1458. This variable conditionally defines the C<CSH> symbol, which
  1459. indicates to the C program that the C-shell exists.
  1460.  
  1461. =item C<d_cuserid>
  1462.  
  1463. From F<d_cuserid.U>:
  1464.  
  1465. This variable conditionally defines the C<HAS_CUSERID> symbol, which
  1466. indicates to the C program that the cuserid() routine is available
  1467. to get character login names.
  1468.  
  1469. =item C<d_dbl_dig>
  1470.  
  1471. From F<d_dbl_dig.U>:
  1472.  
  1473. This variable conditionally defines d_dbl_dig if this system's
  1474. header files provide C<DBL_DIG>, which is the number of significant
  1475. digits in a double precision number.
  1476.  
  1477. =item C<d_difftime>
  1478.  
  1479. From F<d_difftime.U>:
  1480.  
  1481. This variable conditionally defines the C<HAS_DIFFTIME> symbol, which
  1482. indicates to the C program that the difftime() routine is available.
  1483.  
  1484. =item C<d_dirnamlen>
  1485.  
  1486. From F<i_dirent.U>:
  1487.  
  1488. This variable conditionally defines C<DIRNAMLEN>, which indicates
  1489. to the C program that the length of directory entry names is
  1490. provided by a d_namelen field.
  1491.  
  1492. =item C<d_dlerror>
  1493.  
  1494. From F<d_dlerror.U>:
  1495.  
  1496. This variable conditionally defines the C<HAS_DLERROR> symbol, which
  1497. indicates to the C program that the dlerror() routine is available.
  1498.  
  1499. =item C<d_dlopen>
  1500.  
  1501. From F<d_dlopen.U>:
  1502.  
  1503. This variable conditionally defines the C<HAS_DLOPEN> symbol, which
  1504. indicates to the C program that the dlopen() routine is available.
  1505.  
  1506. =item C<d_dlsymun>
  1507.  
  1508. From F<d_dlsymun.U>:
  1509.  
  1510. This variable conditionally defines C<DLSYM_NEEDS_UNDERSCORE>, which
  1511. indicates that we need to prepend an underscore to the symbol
  1512. name before calling dlsym().
  1513.  
  1514. =item C<d_dosuid>
  1515.  
  1516. From F<d_dosuid.U>:
  1517.  
  1518. This variable conditionally defines the symbol C<DOSUID>, which
  1519. tells the C program that it should insert setuid emulation code
  1520. on hosts which have setuid #! scripts disabled.
  1521.  
  1522. =item C<d_dup2>
  1523.  
  1524. From F<d_dup2.U>:
  1525.  
  1526. This variable conditionally defines HAS_DUP2 if dup2() is
  1527. available to duplicate file descriptors.
  1528.  
  1529. =item C<d_endgrent>
  1530.  
  1531. From F<d_endgrent.U>:
  1532.  
  1533. This variable conditionally defines the C<HAS_ENDGRENT> symbol, which
  1534. indicates to the C program that the endgrent() routine is available
  1535. for sequential access of the group database.
  1536.  
  1537. =item C<d_endhent>
  1538.  
  1539. From F<d_endhent.U>:
  1540.  
  1541. This variable conditionally defines C<HAS_ENDHOSTENT> if endhostent() is
  1542. available to close whatever was being used for host queries.
  1543.  
  1544. =item C<d_endnent>
  1545.  
  1546. From F<d_endnent.U>:
  1547.  
  1548. This variable conditionally defines C<HAS_ENDNETENT> if endnetent() is
  1549. available to close whatever was being used for network queries.
  1550.  
  1551. =item C<d_endpent>
  1552.  
  1553. From F<d_endpent.U>:
  1554.  
  1555. This variable conditionally defines C<HAS_ENDPROTOENT> if endprotoent() is
  1556. available to close whatever was being used for protocol queries.
  1557.  
  1558. =item C<d_endpwent>
  1559.  
  1560. From F<d_endpwent.U>:
  1561.  
  1562. This variable conditionally defines the C<HAS_ENDPWENT> symbol, which
  1563. indicates to the C program that the endpwent() routine is available
  1564. for sequential access of the passwd database.
  1565.  
  1566. =item C<d_endsent>
  1567.  
  1568. From F<d_endsent.U>:
  1569.  
  1570. This variable conditionally defines C<HAS_ENDSERVENT> if endservent() is
  1571. available to close whatever was being used for service queries.
  1572.  
  1573. =item C<d_eofnblk>
  1574.  
  1575. From F<nblock_io.U>:
  1576.  
  1577. This variable conditionally defines C<EOF_NONBLOCK> if C<EOF> can be seen
  1578. when reading from a non-blocking F<I/O> source.
  1579.  
  1580. =item C<d_eunice>
  1581.  
  1582. From F<Guess.U>:
  1583.  
  1584. This variable conditionally defines the symbols C<EUNICE> and C<VAX>, which
  1585. alerts the C program that it must deal with ideosyncracies of C<VMS>.
  1586.  
  1587. =item C<d_fchmod>
  1588.  
  1589. From F<d_fchmod.U>:
  1590.  
  1591. This variable conditionally defines the C<HAS_FCHMOD> symbol, which
  1592. indicates to the C program that the fchmod() routine is available
  1593. to change mode of opened files.
  1594.  
  1595. =item C<d_fchown>
  1596.  
  1597. From F<d_fchown.U>:
  1598.  
  1599. This variable conditionally defines the C<HAS_FCHOWN> symbol, which
  1600. indicates to the C program that the fchown() routine is available
  1601. to change ownership of opened files.
  1602.  
  1603. =item C<d_fcntl>
  1604.  
  1605. From F<d_fcntl.U>:
  1606.  
  1607. This variable conditionally defines the C<HAS_FCNTL> symbol, and indicates
  1608. whether the fcntl() function exists
  1609.  
  1610. =item C<d_fd_macros>
  1611.  
  1612. From F<d_fd_set.U>:
  1613.  
  1614. This variable contains the eventual value of the C<HAS_FD_MACROS> symbol,
  1615. which indicates if your C compiler knows about the macros which
  1616. manipulate an fd_set.
  1617.  
  1618. =item C<d_fd_set>
  1619.  
  1620. From F<d_fd_set.U>:
  1621.  
  1622. This variable contains the eventual value of the C<HAS_FD_SET> symbol,
  1623. which indicates if your C compiler knows about the fd_set typedef.
  1624.  
  1625. =item C<d_fds_bits>
  1626.  
  1627. From F<d_fd_set.U>:
  1628.  
  1629. This variable contains the eventual value of the C<HAS_FDS_BITS> symbol,
  1630. which indicates if your fd_set typedef contains the fds_bits member.
  1631. If you have an fd_set typedef, but the dweebs who installed it did
  1632. a half-fast job and neglected to provide the macros to manipulate
  1633. an fd_set, C<HAS_FDS_BITS> will let us know how to fix the gaffe.
  1634.  
  1635. =item C<d_fgetpos>
  1636.  
  1637. From F<d_fgetpos.U>:
  1638.  
  1639. This variable conditionally defines C<HAS_FGETPOS> if fgetpos() is
  1640. available to get the file position indicator.
  1641.  
  1642. =item C<d_flexfnam>
  1643.  
  1644. From F<d_flexfnam.U>:
  1645.  
  1646. This variable conditionally defines the C<FLEXFILENAMES> symbol, which
  1647. indicates that the system supports filenames longer than 14 characters.
  1648.  
  1649. =item C<d_flock>
  1650.  
  1651. From F<d_flock.U>:
  1652.  
  1653. This variable conditionally defines C<HAS_FLOCK> if flock() is
  1654. available to do file locking.
  1655.  
  1656. =item C<d_fork>
  1657.  
  1658. From F<d_fork.U>:
  1659.  
  1660. This variable conditionally defines the C<HAS_FORK> symbol, which
  1661. indicates to the C program that the fork() routine is available.
  1662.  
  1663. =item C<d_fpathconf>
  1664.  
  1665. From F<d_pathconf.U>:
  1666.  
  1667. This variable conditionally defines the C<HAS_FPATHCONF> symbol, which
  1668. indicates to the C program that the pathconf() routine is available
  1669. to determine file-system related limits and options associated
  1670. with a given open file descriptor.
  1671.  
  1672. =item C<d_fsetpos>
  1673.  
  1674. From F<d_fsetpos.U>:
  1675.  
  1676. This variable conditionally defines C<HAS_FSETPOS> if fsetpos() is
  1677. available to set the file position indicator.
  1678.  
  1679. =item C<d_ftime>
  1680.  
  1681. From F<d_ftime.U>:
  1682.  
  1683. This variable conditionally defines the C<HAS_FTIME> symbol, which indicates
  1684. that the ftime() routine exists.  The ftime() routine is basically
  1685. a sub-second accuracy clock.
  1686.  
  1687. =item C<d_getgrent>
  1688.  
  1689. From F<d_getgrent.U>:
  1690.  
  1691. This variable conditionally defines the C<HAS_GETGRENT> symbol, which
  1692. indicates to the C program that the getgrent() routine is available
  1693. for sequential access of the group database.
  1694.  
  1695. =item C<d_getgrps>
  1696.  
  1697. From F<d_getgrps.U>:
  1698.  
  1699. This variable conditionally defines the C<HAS_GETGROUPS> symbol, which
  1700. indicates to the C program that the getgroups() routine is available
  1701. to get the list of process groups.
  1702.  
  1703. =item C<d_gethbyaddr>
  1704.  
  1705. From F<d_gethbyad.U>:
  1706.  
  1707. This variable conditionally defines the C<HAS_GETHOSTBYADDR> symbol, which
  1708. indicates to the C program that the gethostbyaddr() routine is available
  1709. to look up hosts by their C<IP> addresses.
  1710.  
  1711. =item C<d_gethbyname>
  1712.  
  1713. From F<d_gethbynm.U>:
  1714.  
  1715. This variable conditionally defines the C<HAS_GETHOSTBYNAME> symbol, which
  1716. indicates to the C program that the gethostbyname() routine is available
  1717. to look up host names in some data base or other.
  1718.  
  1719. =item C<d_gethent>
  1720.  
  1721. From F<d_gethent.U>:
  1722.  
  1723. This variable conditionally defines C<HAS_GETHOSTENT> if gethostent() is
  1724. available to look up host names in some data base or another.
  1725.  
  1726. =item C<d_gethname>
  1727.  
  1728. From F<d_gethname.U>:
  1729.  
  1730. This variable conditionally defines the C<HAS_GETHOSTNAME> symbol, which
  1731. indicates to the C program that the gethostname() routine may be
  1732. used to derive the host name.
  1733.  
  1734. =item C<d_gethostprotos>
  1735.  
  1736. From F<d_gethostprotos.U>:
  1737.  
  1738. This variable conditionally defines the C<HAS_GETHOST_PROTOS> symbol,
  1739. which indicates to the C program that <netdb.h> supplies
  1740. prototypes for the various gethost*() functions.  
  1741. See also F<netdbtype.U> for probing for various netdb types.
  1742.  
  1743. =item C<d_getlogin>
  1744.  
  1745. From F<d_getlogin.U>:
  1746.  
  1747. This variable conditionally defines the C<HAS_GETLOGIN> symbol, which
  1748. indicates to the C program that the getlogin() routine is available
  1749. to get the login name.
  1750.  
  1751. =item C<d_getnbyaddr>
  1752.  
  1753. From F<d_getnbyad.U>:
  1754.  
  1755. This variable conditionally defines the C<HAS_GETNETBYADDR> symbol, which
  1756. indicates to the C program that the getnetbyaddr() routine is available
  1757. to look up networks by their C<IP> addresses.
  1758.  
  1759. =item C<d_getnbyname>
  1760.  
  1761. From F<d_getnbynm.U>:
  1762.  
  1763. This variable conditionally defines the C<HAS_GETNETBYNAME> symbol, which
  1764. indicates to the C program that the getnetbyname() routine is available
  1765. to look up networks by their names.
  1766.  
  1767. =item C<d_getnent>
  1768.  
  1769. From F<d_getnent.U>:
  1770.  
  1771. This variable conditionally defines C<HAS_GETNETENT> if getnetent() is
  1772. available to look up network names in some data base or another.
  1773.  
  1774. =item C<d_getnetprotos>
  1775.  
  1776. From F<d_getnetprotos.U>:
  1777.  
  1778. This variable conditionally defines the C<HAS_GETNET_PROTOS> symbol,
  1779. which indicates to the C program that <netdb.h> supplies
  1780. prototypes for the various getnet*() functions.  
  1781. See also F<netdbtype.U> for probing for various netdb types.
  1782.  
  1783. =item C<d_getpbyname>
  1784.  
  1785. From F<d_getprotby.U>:
  1786.  
  1787. This variable conditionally defines the C<HAS_GETPROTOBYNAME> 
  1788. symbol, which indicates to the C program that the 
  1789. getprotobyname() routine is available to look up protocols
  1790. by their name.
  1791.  
  1792. =item C<d_getpbynumber>
  1793.  
  1794. From F<d_getprotby.U>:
  1795.  
  1796. This variable conditionally defines the C<HAS_GETPROTOBYNUMBER> 
  1797. symbol, which indicates to the C program that the 
  1798. getprotobynumber() routine is available to look up protocols
  1799. by their number.
  1800.  
  1801. =item C<d_getpent>
  1802.  
  1803. From F<d_getpent.U>:
  1804.  
  1805. This variable conditionally defines C<HAS_GETPROTOENT> if getprotoent() is
  1806. available to look up protocols in some data base or another.
  1807.  
  1808. =item C<d_getpgid>
  1809.  
  1810. From F<d_getpgid.U>:
  1811.  
  1812. This variable conditionally defines the C<HAS_GETPGID> symbol, which
  1813. indicates to the C program that the getpgid(pid) function
  1814. is available to get the process group id.
  1815.  
  1816. =item C<d_getpgrp2>
  1817.  
  1818. From F<d_getpgrp2.U>:
  1819.  
  1820. This variable conditionally defines the HAS_GETPGRP2 symbol, which
  1821. indicates to the C program that the getpgrp2() (as in F<DG/C<UX>>) routine
  1822. is available to get the current process group.
  1823.  
  1824. =item C<d_getpgrp>
  1825.  
  1826. From F<d_getpgrp.U>:
  1827.  
  1828. This variable conditionally defines C<HAS_GETPGRP> if getpgrp() is
  1829. available to get the current process group.
  1830.  
  1831. =item C<d_getppid>
  1832.  
  1833. From F<d_getppid.U>:
  1834.  
  1835. This variable conditionally defines the C<HAS_GETPPID> symbol, which
  1836. indicates to the C program that the getppid() routine is available
  1837. to get the parent process C<ID>.
  1838.  
  1839. =item C<d_getprior>
  1840.  
  1841. From F<d_getprior.U>:
  1842.  
  1843. This variable conditionally defines C<HAS_GETPRIORITY> if getpriority()
  1844. is available to get a process's priority.
  1845.  
  1846. =item C<d_getprotoprotos>
  1847.  
  1848. From F<d_getprotoprotos.U>:
  1849.  
  1850. This variable conditionally defines the C<HAS_GETPROTO_PROTOS> symbol,
  1851. which indicates to the C program that <netdb.h> supplies
  1852. prototypes for the various getproto*() functions.  
  1853. See also F<netdbtype.U> for probing for various netdb types.
  1854.  
  1855. =item C<d_getpwent>
  1856.  
  1857. From F<d_getpwent.U>:
  1858.  
  1859. This variable conditionally defines the C<HAS_GETPWENT> symbol, which
  1860. indicates to the C program that the getpwent() routine is available
  1861. for sequential access of the passwd database.
  1862.  
  1863. =item C<d_getsbyname>
  1864.  
  1865. From F<d_getsrvby.U>:
  1866.  
  1867. This variable conditionally defines the C<HAS_GETSERVBYNAME> 
  1868. symbol, which indicates to the C program that the 
  1869. getservbyname() routine is available to look up services
  1870. by their name.
  1871.  
  1872. =item C<d_getsbyport>
  1873.  
  1874. From F<d_getsrvby.U>:
  1875.  
  1876. This variable conditionally defines the C<HAS_GETSERVBYPORT> 
  1877. symbol, which indicates to the C program that the 
  1878. getservbyport() routine is available to look up services
  1879. by their port.
  1880.  
  1881. =item C<d_getsent>
  1882.  
  1883. From F<d_getsent.U>:
  1884.  
  1885. This variable conditionally defines C<HAS_GETSERVENT> if getservent() is
  1886. available to look up network services in some data base or another.
  1887.  
  1888. =item C<d_getservprotos>
  1889.  
  1890. From F<d_getservprotos.U>:
  1891.  
  1892. This variable conditionally defines the C<HAS_GETSERV_PROTOS> symbol,
  1893. which indicates to the C program that <netdb.h> supplies
  1894. prototypes for the various getserv*() functions.  
  1895. See also F<netdbtype.U> for probing for various netdb types.
  1896.  
  1897. =item C<d_gettimeod>
  1898.  
  1899. From F<d_ftime.U>:
  1900.  
  1901. This variable conditionally defines the C<HAS_GETTIMEOFDAY> symbol, which
  1902. indicates that the gettimeofday() system call exists (to obtain a
  1903. sub-second accuracy clock). You should probably include <sys/resource.h>.
  1904.  
  1905. =item C<d_gnulibc>
  1906.  
  1907. From F<d_gnulibc.U>:
  1908.  
  1909. Defined if we're dealing with the C<GNU> C Library.
  1910.  
  1911. =item C<d_grpasswd>
  1912.  
  1913. From F<i_grp.U>:
  1914.  
  1915. This variable conditionally defines C<GRPASSWD>, which indicates
  1916. that struct group in <grp.h> contains gr_passwd.
  1917.  
  1918. =item C<d_htonl>
  1919.  
  1920. From F<d_htonl.U>:
  1921.  
  1922. This variable conditionally defines C<HAS_HTONL> if htonl() and its
  1923. friends are available to do network order byte swapping.
  1924.  
  1925. =item C<d_index>
  1926.  
  1927. From F<d_strchr.U>:
  1928.  
  1929. This variable conditionally defines C<HAS_INDEX> if index() and
  1930. rindex() are available for string searching.
  1931.  
  1932. =item C<d_inetaton>
  1933.  
  1934. From F<d_inetaton.U>:
  1935.  
  1936. This variable conditionally defines the C<HAS_INET_ATON> symbol, which
  1937. indicates to the C program that the inet_aton() function is available
  1938. to parse C<IP> address C<dotted-quad> strings.
  1939.  
  1940. =item C<d_isascii>
  1941.  
  1942. From F<d_isascii.U>:
  1943.  
  1944. This variable conditionally defines the C<HAS_ISASCII> constant,
  1945. which indicates to the C program that isascii() is available.
  1946.  
  1947. =item C<d_killpg>
  1948.  
  1949. From F<d_killpg.U>:
  1950.  
  1951. This variable conditionally defines the C<HAS_KILLPG> symbol, which
  1952. indicates to the C program that the killpg() routine is available
  1953. to kill process groups.
  1954.  
  1955. =item C<d_lchown>
  1956.  
  1957. From F<d_lchown.U>:
  1958.  
  1959. This variable conditionally defines the C<HAS_LCHOWN> symbol, which
  1960. indicates to the C program that the lchown() routine is available
  1961. to operate on a symbolic link (instead of following the link).
  1962.  
  1963. =item C<d_link>
  1964.  
  1965. From F<d_link.U>:
  1966.  
  1967. This variable conditionally defines C<HAS_LINK> if link() is
  1968. available to create hard links.
  1969.  
  1970. =item C<d_locconv>
  1971.  
  1972. From F<d_locconv.U>:
  1973.  
  1974. This variable conditionally defines C<HAS_LOCALECONV> if localeconv() is
  1975. available for numeric and monetary formatting conventions.
  1976.  
  1977. =item C<d_lockf>
  1978.  
  1979. From F<d_lockf.U>:
  1980.  
  1981. This variable conditionally defines C<HAS_LOCKF> if lockf() is
  1982. available to do file locking.
  1983.  
  1984. =item C<d_longdbl>
  1985.  
  1986. From F<d_longdbl.U>:
  1987.  
  1988. This variable conditionally defines C<HAS_LONG_DOUBLE> if 
  1989. the long double type is supported.
  1990.  
  1991. =item C<d_longlong>
  1992.  
  1993. From F<d_longlong.U>:
  1994.  
  1995. This variable conditionally defines C<HAS_LONG_LONG> if 
  1996. the long long type is supported.
  1997.  
  1998. =item C<d_lstat>
  1999.  
  2000. From F<d_lstat.U>:
  2001.  
  2002. This variable conditionally defines C<HAS_LSTAT> if lstat() is
  2003. available to do file stats on symbolic links.
  2004.  
  2005. =item C<d_mblen>
  2006.  
  2007. From F<d_mblen.U>:
  2008.  
  2009. This variable conditionally defines the C<HAS_MBLEN> symbol, which
  2010. indicates to the C program that the mblen() routine is available
  2011. to find the number of bytes in a multibye character.
  2012.  
  2013. =item C<d_mbstowcs>
  2014.  
  2015. From F<d_mbstowcs.U>:
  2016.  
  2017. This variable conditionally defines the C<HAS_MBSTOWCS> symbol, which
  2018. indicates to the C program that the mbstowcs() routine is available
  2019. to convert a multibyte string into a wide character string.
  2020.  
  2021. =item C<d_mbtowc>
  2022.  
  2023. From F<d_mbtowc.U>:
  2024.  
  2025. This variable conditionally defines the C<HAS_MBTOWC> symbol, which
  2026. indicates to the C program that the mbtowc() routine is available
  2027. to convert multibyte to a wide character.
  2028.  
  2029. =item C<d_memcmp>
  2030.  
  2031. From F<d_memcmp.U>:
  2032.  
  2033. This variable conditionally defines the C<HAS_MEMCMP> symbol, which
  2034. indicates to the C program that the memcmp() routine is available
  2035. to compare blocks of memory.
  2036.  
  2037. =item C<d_memcpy>
  2038.  
  2039. From F<d_memcpy.U>:
  2040.  
  2041. This variable conditionally defines the C<HAS_MEMCPY> symbol, which
  2042. indicates to the C program that the memcpy() routine is available
  2043. to copy blocks of memory.
  2044.  
  2045. =item C<d_memmove>
  2046.  
  2047. From F<d_memmove.U>:
  2048.  
  2049. This variable conditionally defines the C<HAS_MEMMOVE> symbol, which
  2050. indicates to the C program that the memmove() routine is available
  2051. to copy potentatially overlapping blocks of memory.
  2052.  
  2053. =item C<d_memset>
  2054.  
  2055. From F<d_memset.U>:
  2056.  
  2057. This variable conditionally defines the C<HAS_MEMSET> symbol, which
  2058. indicates to the C program that the memset() routine is available
  2059. to set blocks of memory.
  2060.  
  2061. =item C<d_mkdir>
  2062.  
  2063. From F<d_mkdir.U>:
  2064.  
  2065. This variable conditionally defines the C<HAS_MKDIR> symbol, which
  2066. indicates to the C program that the mkdir() routine is available
  2067. to create F<directories.>.
  2068.  
  2069. =item C<d_mkfifo>
  2070.  
  2071. From F<d_mkfifo.U>:
  2072.  
  2073. This variable conditionally defines the C<HAS_MKFIFO> symbol, which
  2074. indicates to the C program that the mkfifo() routine is available.
  2075.  
  2076. =item C<d_mktime>
  2077.  
  2078. From F<d_mktime.U>:
  2079.  
  2080. This variable conditionally defines the C<HAS_MKTIME> symbol, which
  2081. indicates to the C program that the mktime() routine is available.
  2082.  
  2083. =item C<d_msg>
  2084.  
  2085. From F<d_msg.U>:
  2086.  
  2087. This variable conditionally defines the C<HAS_MSG> symbol, which
  2088. indicates that the entire msg*(2) library is present.
  2089.  
  2090. =item C<d_msgctl>
  2091.  
  2092. From F<d_msgctl.U>:
  2093.  
  2094. This variable conditionally defines the C<HAS_MSGCTL> symbol, which
  2095. indicates to the C program that the msgctl() routine is available.
  2096.  
  2097. =item C<d_msgget>
  2098.  
  2099. From F<d_msgget.U>:
  2100.  
  2101. This variable conditionally defines the C<HAS_MSGGET> symbol, which
  2102. indicates to the C program that the msgget() routine is available.
  2103.  
  2104. =item C<d_msgrcv>
  2105.  
  2106. From F<d_msgrcv.U>:
  2107.  
  2108. This variable conditionally defines the C<HAS_MSGRCV> symbol, which
  2109. indicates to the C program that the msgrcv() routine is available.
  2110.  
  2111. =item C<d_msgsnd>
  2112.  
  2113. From F<d_msgsnd.U>:
  2114.  
  2115. This variable conditionally defines the C<HAS_MSGSND> symbol, which
  2116. indicates to the C program that the msgsnd() routine is available.
  2117.  
  2118. =item C<d_mymalloc>
  2119.  
  2120. From F<mallocsrc.U>:
  2121.  
  2122. This variable conditionally defines C<MYMALLOC> in case other parts
  2123. of the source want to take special action if C<MYMALLOC> is used.
  2124. This may include different sorts of profiling or error detection.
  2125.  
  2126. =item C<d_nice>
  2127.  
  2128. From F<d_nice.U>:
  2129.  
  2130. This variable conditionally defines the C<HAS_NICE> symbol, which
  2131. indicates to the C program that the nice() routine is available.
  2132.  
  2133. =item C<d_oldpthreads>
  2134.  
  2135. From F<usethreads.U>:
  2136.  
  2137. This variable conditionally defines the C<OLD_PTHREADS_API> symbol,
  2138. and indicates that Perl should be built to use the old
  2139. draft C<POSIX> threads C<API>.  This is only potneially meaningful if
  2140. usethreads is set.
  2141.  
  2142. =item C<d_oldsock>
  2143.  
  2144. From F<d_socket.U>:
  2145.  
  2146. This variable conditionally defines the C<OLDSOCKET> symbol, which
  2147. indicates that the C<BSD> socket interface is based on 4.1c and not 4.2.
  2148.  
  2149. =item C<d_open3>
  2150.  
  2151. From F<d_open3.U>:
  2152.  
  2153. This variable conditionally defines the HAS_OPEN3 manifest constant,
  2154. which indicates to the C program that the 3 argument version of
  2155. the open(2) function is available.
  2156.  
  2157. =item C<d_pathconf>
  2158.  
  2159. From F<d_pathconf.U>:
  2160.  
  2161. This variable conditionally defines the C<HAS_PATHCONF> symbol, which
  2162. indicates to the C program that the pathconf() routine is available
  2163. to determine file-system related limits and options associated
  2164. with a given filename.
  2165.  
  2166. =item C<d_pause>
  2167.  
  2168. From F<d_pause.U>:
  2169.  
  2170. This variable conditionally defines the C<HAS_PAUSE> symbol, which
  2171. indicates to the C program that the pause() routine is available
  2172. to suspend a process until a signal is received.
  2173.  
  2174. =item C<d_phostname>
  2175.  
  2176. From F<d_gethname.U>:
  2177.  
  2178. This variable conditionally defines the C<PHOSTNAME> symbol, which
  2179. contains the shell command which, when fed to popen(), may be
  2180. used to derive the host name.
  2181.  
  2182. =item C<d_pipe>
  2183.  
  2184. From F<d_pipe.U>:
  2185.  
  2186. This variable conditionally defines the C<HAS_PIPE> symbol, which
  2187. indicates to the C program that the pipe() routine is available
  2188. to create an inter-process channel.
  2189.  
  2190. =item C<d_poll>
  2191.  
  2192. From F<d_poll.U>:
  2193.  
  2194. This variable conditionally defines the C<HAS_POLL> symbol, which
  2195. indicates to the C program that the poll() routine is available
  2196. to poll active file descriptors.
  2197.  
  2198. =item C<d_portable>
  2199.  
  2200. From F<d_portable.U>:
  2201.  
  2202. This variable conditionally defines the C<PORTABLE> symbol, which
  2203. indicates to the C program that it should not assume that it is
  2204. running on the machine it was compiled on.
  2205.  
  2206. =item C<d_pthread_yield>
  2207.  
  2208. From F<d_pthread_y.U>:
  2209.  
  2210. This variable conditionally defines the C<HAS_PTHREAD_YIELD>
  2211. symbol if the pthread_yield routine is available to yield
  2212. the execution of the current thread.
  2213.  
  2214. =item C<d_pthreads_created_joinable>
  2215.  
  2216. From F<d_pthreadj.U>:
  2217.  
  2218. This variable conditionally defines the C<PTHREADS_CREATED_JOINABLE>
  2219. symbol if pthreads are created in the joinable (aka undetached) 
  2220. state.
  2221.  
  2222. =item C<d_pwage>
  2223.  
  2224. From F<i_pwd.U>:
  2225.  
  2226. This variable conditionally defines C<PWAGE>, which indicates
  2227. that struct passwd contains pw_age.
  2228.  
  2229. =item C<d_pwchange>
  2230.  
  2231. From F<i_pwd.U>:
  2232.  
  2233. This variable conditionally defines C<PWCHANGE>, which indicates
  2234. that struct passwd contains pw_change.
  2235.  
  2236. =item C<d_pwclass>
  2237.  
  2238. From F<i_pwd.U>:
  2239.  
  2240. This variable conditionally defines C<PWCLASS>, which indicates
  2241. that struct passwd contains pw_class.
  2242.  
  2243. =item C<d_pwcomment>
  2244.  
  2245. From F<i_pwd.U>:
  2246.  
  2247. This variable conditionally defines C<PWCOMMENT>, which indicates
  2248. that struct passwd contains pw_comment.
  2249.  
  2250. =item C<d_pwexpire>
  2251.  
  2252. From F<i_pwd.U>:
  2253.  
  2254. This variable conditionally defines C<PWEXPIRE>, which indicates
  2255. that struct passwd contains pw_expire.
  2256.  
  2257. =item C<d_pwgecos>
  2258.  
  2259. From F<i_pwd.U>:
  2260.  
  2261. This variable conditionally defines C<PWGECOS>, which indicates
  2262. that struct passwd contains pw_gecos.
  2263.  
  2264. =item C<d_pwpasswd>
  2265.  
  2266. From F<i_pwd.U>:
  2267.  
  2268. This variable conditionally defines C<PWPASSWD>, which indicates
  2269. that struct passwd contains pw_passwd.
  2270.  
  2271. =item C<d_pwquota>
  2272.  
  2273. From F<i_pwd.U>:
  2274.  
  2275. This variable conditionally defines C<PWQUOTA>, which indicates
  2276. that struct passwd contains pw_quota.
  2277.  
  2278. =item C<d_readdir>
  2279.  
  2280. From F<d_readdir.U>:
  2281.  
  2282. This variable conditionally defines C<HAS_READDIR> if readdir() is
  2283. available to read directory entries.
  2284.  
  2285. =item C<d_readlink>
  2286.  
  2287. From F<d_readlink.U>:
  2288.  
  2289. This variable conditionally defines the C<HAS_READLINK> symbol, which
  2290. indicates to the C program that the readlink() routine is available
  2291. to read the value of a symbolic link.
  2292.  
  2293. =item C<d_rename>
  2294.  
  2295. From F<d_rename.U>:
  2296.  
  2297. This variable conditionally defines the C<HAS_RENAME> symbol, which
  2298. indicates to the C program that the rename() routine is available
  2299. to rename files.
  2300.  
  2301. =item C<d_rewinddir>
  2302.  
  2303. From F<d_readdir.U>:
  2304.  
  2305. This variable conditionally defines C<HAS_REWINDDIR> if rewinddir() is
  2306. available.
  2307.  
  2308. =item C<d_rmdir>
  2309.  
  2310. From F<d_rmdir.U>:
  2311.  
  2312. This variable conditionally defines C<HAS_RMDIR> if rmdir() is
  2313. available to remove directories.
  2314.  
  2315. =item C<d_safebcpy>
  2316.  
  2317. From F<d_safebcpy.U>:
  2318.  
  2319. This variable conditionally defines the C<HAS_SAFE_BCOPY> symbol if
  2320. the bcopy() routine can do overlapping copies.
  2321.  
  2322. =item C<d_safemcpy>
  2323.  
  2324. From F<d_safemcpy.U>:
  2325.  
  2326. This variable conditionally defines the C<HAS_SAFE_MEMCPY> symbol if
  2327. the memcpy() routine can do overlapping copies.
  2328.  
  2329. =item C<d_sanemcmp>
  2330.  
  2331. From F<d_sanemcmp.U>:
  2332.  
  2333. This variable conditionally defines the C<HAS_SANE_MEMCMP> symbol if
  2334. the memcpy() routine is available and can be used to compare relative
  2335. magnitudes of chars with their high bits set.
  2336.  
  2337. =item C<d_sched_yield>
  2338.  
  2339. From F<d_pthread_y.U>:
  2340.  
  2341. This variable conditionally defines the C<HAS_SCHED_YIELD>
  2342. symbol if the sched_yield routine is available to yield
  2343. the execution of the current thread.
  2344.  
  2345. =item C<d_seekdir>
  2346.  
  2347. From F<d_readdir.U>:
  2348.  
  2349. This variable conditionally defines C<HAS_SEEKDIR> if seekdir() is
  2350. available.
  2351.  
  2352. =item C<d_select>
  2353.  
  2354. From F<d_select.U>:
  2355.  
  2356. This variable conditionally defines C<HAS_SELECT> if select() is
  2357. available to select active file descriptors. A <sys/time.h>
  2358. inclusion may be necessary for the timeout field.
  2359.  
  2360. =item C<d_sem>
  2361.  
  2362. From F<d_sem.U>:
  2363.  
  2364. This variable conditionally defines the C<HAS_SEM> symbol, which
  2365. indicates that the entire sem*(2) library is present.
  2366.  
  2367. =item C<d_semctl>
  2368.  
  2369. From F<d_semctl.U>:
  2370.  
  2371. This variable conditionally defines the C<HAS_SEMCTL> symbol, which
  2372. indicates to the C program that the semctl() routine is available.
  2373.  
  2374. =item C<d_semctl_semid_ds>
  2375.  
  2376. From F<d_union_senum.U>:
  2377.  
  2378. This variable conditionally defines C<USE_SEMCTL_SEMID_DS>, which
  2379. indicates that struct semid_ds * is to be used for semctl C<IPC_STAT>.
  2380.  
  2381. =item C<d_semctl_semun>
  2382.  
  2383. From F<d_union_senum.U>:
  2384.  
  2385. This variable conditionally defines C<USE_SEMCTL_SEMUN>, which
  2386. indicates that union semun is to be used for semctl C<IPC_STAT>.
  2387.  
  2388. =item C<d_semget>
  2389.  
  2390. From F<d_semget.U>:
  2391.  
  2392. This variable conditionally defines the C<HAS_SEMGET> symbol, which
  2393. indicates to the C program that the semget() routine is available.
  2394.  
  2395. =item C<d_semop>
  2396.  
  2397. From F<d_semop.U>:
  2398.  
  2399. This variable conditionally defines the C<HAS_SEMOP> symbol, which
  2400. indicates to the C program that the semop() routine is available.
  2401.  
  2402. =item C<d_setegid>
  2403.  
  2404. From F<d_setegid.U>:
  2405.  
  2406. This variable conditionally defines the C<HAS_SETEGID> symbol, which
  2407. indicates to the C program that the setegid() routine is available
  2408. to change the effective gid of the current program.
  2409.  
  2410. =item C<d_seteuid>
  2411.  
  2412. From F<d_seteuid.U>:
  2413.  
  2414. This variable conditionally defines the C<HAS_SETEUID> symbol, which
  2415. indicates to the C program that the seteuid() routine is available
  2416. to change the effective uid of the current program.
  2417.  
  2418. =item C<d_setgrent>
  2419.  
  2420. From F<d_setgrent.U>:
  2421.  
  2422. This variable conditionally defines the C<HAS_SETGRENT> symbol, which
  2423. indicates to the C program that the setgrent() routine is available
  2424. for initializing sequential access to the group database.
  2425.  
  2426. =item C<d_setgrps>
  2427.  
  2428. From F<d_setgrps.U>:
  2429.  
  2430. This variable conditionally defines the C<HAS_SETGROUPS> symbol, which
  2431. indicates to the C program that the setgroups() routine is available
  2432. to set the list of process groups.
  2433.  
  2434. =item C<d_sethent>
  2435.  
  2436. From F<d_sethent.U>:
  2437.  
  2438. This variable conditionally defines C<HAS_SETHOSTENT> if sethostent() is
  2439. available.
  2440.  
  2441. =item C<d_setlinebuf>
  2442.  
  2443. From F<d_setlnbuf.U>:
  2444.  
  2445. This variable conditionally defines the C<HAS_SETLINEBUF> symbol, which
  2446. indicates to the C program that the setlinebuf() routine is available
  2447. to change stderr or stdout from block-buffered or unbuffered to a
  2448. line-buffered mode.
  2449.  
  2450. =item C<d_setlocale>
  2451.  
  2452. From F<d_setlocale.U>:
  2453.  
  2454. This variable conditionally defines C<HAS_SETLOCALE> if setlocale() is
  2455. available to handle locale-specific ctype implementations.
  2456.  
  2457. =item C<d_setnent>
  2458.  
  2459. From F<d_setnent.U>:
  2460.  
  2461. This variable conditionally defines C<HAS_SETNETENT> if setnetent() is
  2462. available.
  2463.  
  2464. =item C<d_setpent>
  2465.  
  2466. From F<d_setpent.U>:
  2467.  
  2468. This variable conditionally defines C<HAS_SETPROTOENT> if setprotoent() is
  2469. available.
  2470.  
  2471. =item C<d_setpgid>
  2472.  
  2473. From F<d_setpgid.U>:
  2474.  
  2475. This variable conditionally defines the C<HAS_SETPGID> symbol if the
  2476. setpgid(pid, gpid) function is available to set process group C<ID>.
  2477.  
  2478. =item C<d_setpgrp2>
  2479.  
  2480. From F<d_setpgrp2.U>:
  2481.  
  2482. This variable conditionally defines the HAS_SETPGRP2 symbol, which
  2483. indicates to the C program that the setpgrp2() (as in F<DG/C<UX>>) routine
  2484. is available to set the current process group.
  2485.  
  2486. =item C<d_setpgrp>
  2487.  
  2488. From F<d_setpgrp.U>:
  2489.  
  2490. This variable conditionally defines C<HAS_SETPGRP> if setpgrp() is
  2491. available to set the current process group.
  2492.  
  2493. =item C<d_setprior>
  2494.  
  2495. From F<d_setprior.U>:
  2496.  
  2497. This variable conditionally defines C<HAS_SETPRIORITY> if setpriority()
  2498. is available to set a process's priority.
  2499.  
  2500. =item C<d_setpwent>
  2501.  
  2502. From F<d_setpwent.U>:
  2503.  
  2504. This variable conditionally defines the C<HAS_SETPWENT> symbol, which
  2505. indicates to the C program that the setpwent() routine is available
  2506. for initializing sequential access to the passwd database.
  2507.  
  2508. =item C<d_setregid>
  2509.  
  2510. From F<d_setregid.U>:
  2511.  
  2512. This variable conditionally defines C<HAS_SETREGID> if setregid() is
  2513. available to change the real and effective gid of the current
  2514. process.
  2515.  
  2516. =item C<d_setresgid>
  2517.  
  2518. From F<d_setregid.U>:
  2519.  
  2520. This variable conditionally defines C<HAS_SETRESGID> if setresgid() is
  2521. available to change the real, effective and saved gid of the current
  2522. process.
  2523.  
  2524. =item C<d_setresuid>
  2525.  
  2526. From F<d_setreuid.U>:
  2527.  
  2528. This variable conditionally defines C<HAS_SETREUID> if setresuid() is
  2529. available to change the real, effective and saved uid of the current
  2530. process.
  2531.  
  2532. =item C<d_setreuid>
  2533.  
  2534. From F<d_setreuid.U>:
  2535.  
  2536. This variable conditionally defines C<HAS_SETREUID> if setreuid() is
  2537. available to change the real and effective uid of the current
  2538. process.
  2539.  
  2540. =item C<d_setrgid>
  2541.  
  2542. From F<d_setrgid.U>:
  2543.  
  2544. This variable conditionally defines the C<HAS_SETRGID> symbol, which
  2545. indicates to the C program that the setrgid() routine is available
  2546. to change the real gid of the current program.
  2547.  
  2548. =item C<d_setruid>
  2549.  
  2550. From F<d_setruid.U>:
  2551.  
  2552. This variable conditionally defines the C<HAS_SETRUID> symbol, which
  2553. indicates to the C program that the setruid() routine is available
  2554. to change the real uid of the current program.
  2555.  
  2556. =item C<d_setsent>
  2557.  
  2558. From F<d_setsent.U>:
  2559.  
  2560. This variable conditionally defines C<HAS_SETSERVENT> if setservent() is
  2561. available.
  2562.  
  2563. =item C<d_setsid>
  2564.  
  2565. From F<d_setsid.U>:
  2566.  
  2567. This variable conditionally defines C<HAS_SETSID> if setsid() is
  2568. available to set the process group C<ID>.
  2569.  
  2570. =item C<d_setvbuf>
  2571.  
  2572. From F<d_setvbuf.U>:
  2573.  
  2574. This variable conditionally defines the C<HAS_SETVBUF> symbol, which
  2575. indicates to the C program that the setvbuf() routine is available
  2576. to change buffering on an open stdio stream.
  2577.  
  2578. =item C<d_sfio>
  2579.  
  2580. From F<d_sfio.U>:
  2581.  
  2582. This variable conditionally defines the C<USE_SFIO> symbol,
  2583. and indicates whether sfio is available (and should be used).
  2584.  
  2585. =item C<d_shm>
  2586.  
  2587. From F<d_shm.U>:
  2588.  
  2589. This variable conditionally defines the C<HAS_SHM> symbol, which
  2590. indicates that the entire shm*(2) library is present.
  2591.  
  2592. =item C<d_shmat>
  2593.  
  2594. From F<d_shmat.U>:
  2595.  
  2596. This variable conditionally defines the C<HAS_SHMAT> symbol, which
  2597. indicates to the C program that the shmat() routine is available.
  2598.  
  2599. =item C<d_shmatprototype>
  2600.  
  2601. From F<d_shmat.U>:
  2602.  
  2603. This variable conditionally defines the C<HAS_SHMAT_PROTOTYPE> 
  2604. symbol, which indicates that F<sys/shm.h> has a prototype for
  2605. shmat.
  2606.  
  2607. =item C<d_shmctl>
  2608.  
  2609. From F<d_shmctl.U>:
  2610.  
  2611. This variable conditionally defines the C<HAS_SHMCTL> symbol, which
  2612. indicates to the C program that the shmctl() routine is available.
  2613.  
  2614. =item C<d_shmdt>
  2615.  
  2616. From F<d_shmdt.U>:
  2617.  
  2618. This variable conditionally defines the C<HAS_SHMDT> symbol, which
  2619. indicates to the C program that the shmdt() routine is available.
  2620.  
  2621. =item C<d_shmget>
  2622.  
  2623. From F<d_shmget.U>:
  2624.  
  2625. This variable conditionally defines the C<HAS_SHMGET> symbol, which
  2626. indicates to the C program that the shmget() routine is available.
  2627.  
  2628. =item C<d_sigaction>
  2629.  
  2630. From F<d_sigaction.U>:
  2631.  
  2632. This variable conditionally defines the C<HAS_SIGACTION> symbol, which
  2633. indicates that the Vr4 sigaction() routine is available.
  2634.  
  2635. =item C<d_sigsetjmp>
  2636.  
  2637. From F<d_sigsetjmp.U>:
  2638.  
  2639. This variable conditionally defines the C<HAS_SIGSETJMP> symbol,
  2640. which indicates that the sigsetjmp() routine is available to
  2641. call setjmp() and optionally save the process's signal mask.
  2642.  
  2643. =item C<d_socket>
  2644.  
  2645. From F<d_socket.U>:
  2646.  
  2647. This variable conditionally defines C<HAS_SOCKET>, which indicates
  2648. that the C<BSD> socket interface is supported.
  2649.  
  2650. =item C<d_sockpair>
  2651.  
  2652. From F<d_socket.U>:
  2653.  
  2654. This variable conditionally defines the C<HAS_SOCKETPAIR> symbol, which
  2655. indicates that the C<BSD> socketpair() is supported.
  2656.  
  2657. =item C<d_statblks>
  2658.  
  2659. From F<d_statblks.U>:
  2660.  
  2661. This variable conditionally defines C<USE_STAT_BLOCKS> if this system
  2662. has a stat structure declaring st_blksize and st_blocks.
  2663.  
  2664. =item C<d_stdio_cnt_lval>
  2665.  
  2666. From F<d_stdstdio.U>:
  2667.  
  2668. This variable conditionally defines C<STDIO_CNT_LVALUE> if the
  2669. C<FILE_cnt> macro can be used as an lvalue.
  2670.  
  2671. =item C<d_stdio_ptr_lval>
  2672.  
  2673. From F<d_stdstdio.U>:
  2674.  
  2675. This variable conditionally defines C<STDIO_PTR_LVALUE> if the
  2676. C<FILE_ptr> macro can be used as an lvalue.
  2677.  
  2678. =item C<d_stdiobase>
  2679.  
  2680. From F<d_stdstdio.U>:
  2681.  
  2682. This variable conditionally defines C<USE_STDIO_BASE> if this system
  2683. has a C<FILE> structure declaring a usable _base field (or equivalent)
  2684. in F<stdio.h>.
  2685.  
  2686. =item C<d_stdstdio>
  2687.  
  2688. From F<d_stdstdio.U>:
  2689.  
  2690. This variable conditionally defines C<USE_STDIO_PTR> if this system
  2691. has a C<FILE> structure declaring usable _ptr and _cnt fields (or
  2692. equivalent) in F<stdio.h>.
  2693.  
  2694. =item C<d_strchr>
  2695.  
  2696. From F<d_strchr.U>:
  2697.  
  2698. This variable conditionally defines C<HAS_STRCHR> if strchr() and
  2699. strrchr() are available for string searching.
  2700.  
  2701. =item C<d_strcoll>
  2702.  
  2703. From F<d_strcoll.U>:
  2704.  
  2705. This variable conditionally defines C<HAS_STRCOLL> if strcoll() is
  2706. available to compare strings using collating information.
  2707.  
  2708. =item C<d_strctcpy>
  2709.  
  2710. From F<d_strctcpy.U>:
  2711.  
  2712. This variable conditionally defines the C<USE_STRUCT_COPY> symbol, which
  2713. indicates to the C program that this C compiler knows how to copy
  2714. structures.
  2715.  
  2716. =item C<d_strerrm>
  2717.  
  2718. From F<d_strerror.U>:
  2719.  
  2720. This variable holds what Strerrr is defined as to translate an error
  2721. code condition into an error message string. It could be C<strerror>
  2722. or a more C<complex> macro emulating strrror with sys_errlist[], or the
  2723. C<unknown> string when both strerror and sys_errlist are missing.
  2724.  
  2725. =item C<d_strerror>
  2726.  
  2727. From F<d_strerror.U>:
  2728.  
  2729. This variable conditionally defines C<HAS_STRERROR> if strerror() is
  2730. available to translate error numbers to strings.
  2731.  
  2732. =item C<d_strtod>
  2733.  
  2734. From F<d_strtod.U>:
  2735.  
  2736. This variable conditionally defines the C<HAS_STRTOD> symbol, which
  2737. indicates to the C program that the strtod() routine is available
  2738. to provide better numeric string conversion than atof().
  2739.  
  2740. =item C<d_strtol>
  2741.  
  2742. From F<d_strtol.U>:
  2743.  
  2744. This variable conditionally defines the C<HAS_STRTOL> symbol, which
  2745. indicates to the C program that the strtol() routine is available
  2746. to provide better numeric string conversion than atoi() and friends.
  2747.  
  2748. =item C<d_strtoul>
  2749.  
  2750. From F<d_strtoul.U>:
  2751.  
  2752. This variable conditionally defines the C<HAS_STRTOUL> symbol, which
  2753. indicates to the C program that the strtoul() routine is available
  2754. to provide conversion of strings to unsigned long.
  2755.  
  2756. =item C<d_strxfrm>
  2757.  
  2758. From F<d_strxfrm.U>:
  2759.  
  2760. This variable conditionally defines C<HAS_STRXFRM> if strxfrm() is
  2761. available to transform strings.
  2762.  
  2763. =item C<d_suidsafe>
  2764.  
  2765. From F<d_dosuid.U>:
  2766.  
  2767. This variable conditionally defines C<SETUID_SCRIPTS_ARE_SECURE_NOW>
  2768. if setuid scripts can be secure.  This test looks in F</dev/fd/>.
  2769.  
  2770. =item C<d_symlink>
  2771.  
  2772. From F<d_symlink.U>:
  2773.  
  2774. This variable conditionally defines the C<HAS_SYMLINK> symbol, which
  2775. indicates to the C program that the symlink() routine is available
  2776. to create symbolic links.
  2777.  
  2778. =item C<d_syscall>
  2779.  
  2780. From F<d_syscall.U>:
  2781.  
  2782. This variable conditionally defines C<HAS_SYSCALL> if syscall() is
  2783. available call arbitrary system calls.
  2784.  
  2785. =item C<d_sysconf>
  2786.  
  2787. From F<d_sysconf.U>:
  2788.  
  2789. This variable conditionally defines the C<HAS_SYSCONF> symbol, which
  2790. indicates to the C program that the sysconf() routine is available
  2791. to determine system related limits and options.
  2792.  
  2793. =item C<d_sysernlst>
  2794.  
  2795. From F<d_strerror.U>:
  2796.  
  2797. This variable conditionally defines C<HAS_SYS_ERRNOLIST> if sys_errnolist[]
  2798. is available to translate error numbers to the symbolic name.
  2799.  
  2800. =item C<d_syserrlst>
  2801.  
  2802. From F<d_strerror.U>:
  2803.  
  2804. This variable conditionally defines C<HAS_SYS_ERRLIST> if sys_errlist[] is
  2805. available to translate error numbers to strings.
  2806.  
  2807. =item C<d_system>
  2808.  
  2809. From F<d_system.U>:
  2810.  
  2811. This variable conditionally defines C<HAS_SYSTEM> if system() is
  2812. available to issue a shell command.
  2813.  
  2814. =item C<d_tcgetpgrp>
  2815.  
  2816. From F<d_tcgtpgrp.U>:
  2817.  
  2818. This variable conditionally defines the C<HAS_TCGETPGRP> symbol, which
  2819. indicates to the C program that the tcgetpgrp() routine is available.
  2820. to get foreground process group C<ID>.
  2821.  
  2822. =item C<d_tcsetpgrp>
  2823.  
  2824. From F<d_tcstpgrp.U>:
  2825.  
  2826. This variable conditionally defines the C<HAS_TCSETPGRP> symbol, which
  2827. indicates to the C program that the tcsetpgrp() routine is available
  2828. to set foreground process group C<ID>.
  2829.  
  2830. =item C<d_telldir>
  2831.  
  2832. From F<d_readdir.U>:
  2833.  
  2834. This variable conditionally defines C<HAS_TELLDIR> if telldir() is
  2835. available.
  2836.  
  2837. =item C<d_time>
  2838.  
  2839. From F<d_time.U>:
  2840.  
  2841. This variable conditionally defines the C<HAS_TIME> symbol, which indicates
  2842. that the time() routine exists.  The time() routine is normaly
  2843. provided on C<UNIX> systems.
  2844.  
  2845. =item C<d_times>
  2846.  
  2847. From F<d_times.U>:
  2848.  
  2849. This variable conditionally defines the C<HAS_TIMES> symbol, which indicates
  2850. that the times() routine exists.  The times() routine is normaly
  2851. provided on C<UNIX> systems. You may have to include <sys/times.h>.
  2852.  
  2853. =item C<d_truncate>
  2854.  
  2855. From F<d_truncate.U>:
  2856.  
  2857. This variable conditionally defines C<HAS_TRUNCATE> if truncate() is
  2858. available to truncate files.
  2859.  
  2860. =item C<d_tzname>
  2861.  
  2862. From F<d_tzname.U>:
  2863.  
  2864. This variable conditionally defines C<HAS_TZNAME> if tzname[] is
  2865. available to access timezone names.
  2866.  
  2867. =item C<d_umask>
  2868.  
  2869. From F<d_umask.U>:
  2870.  
  2871. This variable conditionally defines the C<HAS_UMASK> symbol, which
  2872. indicates to the C program that the umask() routine is available.
  2873. to set and get the value of the file creation mask.
  2874.  
  2875. =item C<d_uname>
  2876.  
  2877. From F<d_gethname.U>:
  2878.  
  2879. This variable conditionally defines the C<HAS_UNAME> symbol, which
  2880. indicates to the C program that the uname() routine may be
  2881. used to derive the host name.
  2882.  
  2883. =item C<d_union_semun>
  2884.  
  2885. From F<d_union_senum.U>:
  2886.  
  2887. This variable conditionally defines C<HAS_UNION_SEMUN> if the
  2888. union semun is defined by including <sys/sem.h>.
  2889.  
  2890. =item C<d_vfork>
  2891.  
  2892. From F<d_vfork.U>:
  2893.  
  2894. This variable conditionally defines the C<HAS_VFORK> symbol, which
  2895. indicates the vfork() routine is available.
  2896.  
  2897. =item C<d_void_closedir>
  2898.  
  2899. From F<d_closedir.U>:
  2900.  
  2901. This variable conditionally defines C<VOID_CLOSEDIR> if closedir()
  2902. does not return a value.
  2903.  
  2904. =item C<d_voidsig>
  2905.  
  2906. From F<d_voidsig.U>:
  2907.  
  2908. This variable conditionally defines C<VOIDSIG> if this system
  2909. declares "void (*signal(...))()" in F<signal.h>.  The old way was to
  2910. declare it as "int (*signal(...))()".
  2911.  
  2912. =item C<d_voidtty>
  2913.  
  2914. From F<i_sysioctl.U>:
  2915.  
  2916. This variable conditionally defines C<USE_IOCNOTTY> to indicate that the
  2917. ioctl() call with C<TIOCNOTTY> should be used to void tty association.
  2918. Otherwise (on C<USG> probably), it is enough to close the standard file
  2919. decriptors and do a setpgrp().
  2920.  
  2921. =item C<d_volatile>
  2922.  
  2923. From F<d_volatile.U>:
  2924.  
  2925. This variable conditionally defines the C<HASVOLATILE> symbol, which
  2926. indicates to the C program that this C compiler knows about the
  2927. volatile declaration.
  2928.  
  2929. =item C<d_vprintf>
  2930.  
  2931. From F<d_vprintf.U>:
  2932.  
  2933. This variable conditionally defines the C<HAS_VPRINTF> symbol, which
  2934. indicates to the C program that the vprintf() routine is available
  2935. to printf with a pointer to an argument list.
  2936.  
  2937. =item C<d_wait4>
  2938.  
  2939. From F<d_wait4.U>:
  2940.  
  2941. This variable conditionally defines the HAS_WAIT4 symbol, which
  2942. indicates the wait4() routine is available.
  2943.  
  2944. =item C<d_waitpid>
  2945.  
  2946. From F<d_waitpid.U>:
  2947.  
  2948. This variable conditionally defines C<HAS_WAITPID> if waitpid() is
  2949. available to wait for child process.
  2950.  
  2951. =item C<d_wcstombs>
  2952.  
  2953. From F<d_wcstombs.U>:
  2954.  
  2955. This variable conditionally defines the C<HAS_WCSTOMBS> symbol, which
  2956. indicates to the C program that the wcstombs() routine is available
  2957. to convert wide character strings to multibyte strings.
  2958.  
  2959. =item C<d_wctomb>
  2960.  
  2961. From F<d_wctomb.U>:
  2962.  
  2963. This variable conditionally defines the C<HAS_WCTOMB> symbol, which
  2964. indicates to the C program that the wctomb() routine is available
  2965. to convert a wide character to a multibyte.
  2966.  
  2967. =item C<d_xenix>
  2968.  
  2969. From F<Guess.U>:
  2970.  
  2971. This variable conditionally defines the symbol C<XENIX>, which alerts
  2972. the C program that it runs under Xenix.
  2973.  
  2974. =item C<date>
  2975.  
  2976. From F<Loc.U>:
  2977.  
  2978. This variable is be used internally by Configure to determine the
  2979. full pathname (if any) of the date program.  After Configure runs,
  2980. the value is reset to a plain C<date> and is not useful.
  2981.  
  2982. =item C<db_hashtype>
  2983.  
  2984. From F<i_db.U>:
  2985.  
  2986. This variable contains the type of the hash structure element
  2987. in the <db.h> header file.  In older versions of C<DB>, it was
  2988. int, while in newer ones it is u_int32_t.
  2989.  
  2990. =item C<db_prefixtype>
  2991.  
  2992. From F<i_db.U>:
  2993.  
  2994. This variable contains the type of the prefix structure element
  2995. in the <db.h> header file.  In older versions of C<DB>, it was
  2996. int, while in newer ones it is size_t.
  2997.  
  2998. =item C<direntrytype>
  2999.  
  3000. From F<i_dirent.U>:
  3001.  
  3002. This symbol is set to C<struct direct> or C<struct dirent> depending on
  3003. whether dirent is available or not. You should use this pseudo type to
  3004. portably declare your directory entries.
  3005.  
  3006. =item C<dlext>
  3007.  
  3008. From F<dlext.U>:
  3009.  
  3010. This variable contains the extension that is to be used for the
  3011. dynamically loaded modules that perl generaties.
  3012.  
  3013. =item C<dlsrc>
  3014.  
  3015. From F<dlsrc.U>:
  3016.  
  3017. This variable contains the name of the dynamic loading file that
  3018. will be used with the package.
  3019.  
  3020. =item C<doublesize>
  3021.  
  3022. From F<doublesize.U>:
  3023.  
  3024. This variable contains the value of the C<DOUBLESIZE> symbol, which
  3025. indicates to the C program how many bytes there are in a double.
  3026.  
  3027. =item C<dynamic_ext>
  3028.  
  3029. From F<Extensions.U>:
  3030.  
  3031. This variable holds a list of C<XS> extension files we want to
  3032. link dynamically into the package.  It is used by Makefile.
  3033.  
  3034. =back
  3035.  
  3036. =head2 e
  3037.  
  3038. =over
  3039.  
  3040. =item C<eagain>
  3041.  
  3042. From F<nblock_io.U>:
  3043.  
  3044. This variable bears the symbolic errno code set by read() when no
  3045. data is present on the file and non-blocking F<I/O> was enabled (otherwise,
  3046. read() blocks naturally).
  3047.  
  3048. =item C<ebcdic>
  3049.  
  3050. From F<ebcdic.U>:
  3051.  
  3052. This variable conditionally defines C<EBCDIC> if this
  3053. system uses C<EBCDIC> encoding.  Among other things, this
  3054. means that the character ranges are not contiguous.
  3055. See F<trnl.U>
  3056.  
  3057. =item C<echo>
  3058.  
  3059. From F<Loc.U>:
  3060.  
  3061. This variable is be used internally by Configure to determine the
  3062. full pathname (if any) of the echo program.  After Configure runs,
  3063. the value is reset to a plain C<echo> and is not useful.
  3064.  
  3065. =item C<egrep>
  3066.  
  3067. From F<Loc.U>:
  3068.  
  3069. This variable is be used internally by Configure to determine the
  3070. full pathname (if any) of the egrep program.  After Configure runs,
  3071. the value is reset to a plain C<egrep> and is not useful.
  3072.  
  3073. =item C<emacs>
  3074.  
  3075. From F<Loc.U>:
  3076.  
  3077. This variable is defined but not used by Configure.
  3078. The value is a plain '' and is not useful.
  3079.  
  3080. =item C<eunicefix>
  3081.  
  3082. From F<Init.U>:
  3083.  
  3084. When running under Eunice this variable contains a command which will
  3085. convert a shell script to the proper form of text file for it to be
  3086. executable by the shell.  On other systems it is a no-op.
  3087.  
  3088. =item C<exe_ext>
  3089.  
  3090. From F<Unix.U>:
  3091.  
  3092. This is an old synonym for _exe.
  3093.  
  3094. =item C<expr>
  3095.  
  3096. From F<Loc.U>:
  3097.  
  3098. This variable is be used internally by Configure to determine the
  3099. full pathname (if any) of the expr program.  After Configure runs,
  3100. the value is reset to a plain C<expr> and is not useful.
  3101.  
  3102. =item C<extensions>
  3103.  
  3104. From F<Extensions.U>:
  3105.  
  3106. This variable holds a list of all extension files (both C<XS> and
  3107. non-xs linked into the package.  It is propagated to F<Config.pm>
  3108. and is typically used to test whether a particular extesion 
  3109. is available.
  3110.  
  3111. =back
  3112.  
  3113. =head2 f
  3114.  
  3115. =over
  3116.  
  3117. =item C<find>
  3118.  
  3119. From F<Loc.U>:
  3120.  
  3121. This variable is be used internally by Configure to determine the
  3122. full pathname (if any) of the find program.  After Configure runs,
  3123. the value is reset to a plain C<find> and is not useful.
  3124.  
  3125. =item C<firstmakefile>
  3126.  
  3127. From F<Unix.U>:
  3128.  
  3129. This variable defines the first file searched by make.  On unix,
  3130. it is makefile (then Makefile).  On case-insensitive systems,
  3131. it might be something else.  This is only used to deal with
  3132. convoluted make depend tricks.
  3133.  
  3134. =item C<flex>
  3135.  
  3136. From F<Loc.U>:
  3137.  
  3138. This variable is defined but not used by Configure.
  3139. The value is a plain '' and is not useful.
  3140.  
  3141. =item C<fpostype>
  3142.  
  3143. From F<fpostype.U>:
  3144.  
  3145. This variable defines Fpos_t to be something like fpost_t, long, 
  3146. uint, or whatever type is used to declare file positions in libc.
  3147.  
  3148. =item C<freetype>
  3149.  
  3150. From F<mallocsrc.U>:
  3151.  
  3152. This variable contains the return type of free().  It is usually
  3153. void, but occasionally int.
  3154.  
  3155. =item C<full_csh>
  3156.  
  3157. From F<d_csh.U>:
  3158.  
  3159. This variable contains the full pathname to C<csh>, whether or
  3160. not the user has specified C<portability>.  This is only used
  3161. in the compiled C program, and we assume that all systems which
  3162. can share this executable will have the same full pathname to
  3163. F<csh.>
  3164.  
  3165. =item C<full_sed>
  3166.  
  3167. From F<Loc_sed.U>:
  3168.  
  3169. This variable contains the full pathname to C<sed>, whether or
  3170. not the user has specified C<portability>.  This is only used
  3171. in the compiled C program, and we assume that all systems which
  3172. can share this executable will have the same full pathname to
  3173. F<sed.>
  3174.  
  3175. =back
  3176.  
  3177. =head2 g
  3178.  
  3179. =over
  3180.  
  3181. =item C<gccversion>
  3182.  
  3183. From F<cc.U>:
  3184.  
  3185. If C<GNU> cc (gcc) is used, this variable holds C<1> or C<2> to 
  3186. indicate whether the compiler is version 1 or 2.  This is used in
  3187. setting some of the default cflags.  It is set to '' if not gcc.
  3188.  
  3189. =item C<gidtype>
  3190.  
  3191. From F<gidtype.U>:
  3192.  
  3193. This variable defines Gid_t to be something like gid_t, int,
  3194. ushort, or whatever type is used to declare the return type
  3195. of getgid().  Typically, it is the type of group ids in the kernel.
  3196.  
  3197. =item C<grep>
  3198.  
  3199. From F<Loc.U>:
  3200.  
  3201. This variable is be used internally by Configure to determine the
  3202. full pathname (if any) of the grep program.  After Configure runs,
  3203. the value is reset to a plain C<grep> and is not useful.
  3204.  
  3205. =item C<groupcat>
  3206.  
  3207. From F<nis.U>:
  3208.  
  3209. This variable contains a command that produces the text of the
  3210. F</etc/group> file.  This is normally "cat F</etc/group>", but can be
  3211. "ypcat group" when C<NIS> is used.
  3212.  
  3213. =item C<groupstype>
  3214.  
  3215. From F<groupstype.U>:
  3216.  
  3217. This variable defines Groups_t to be something like gid_t, int, 
  3218. ushort, or whatever type is used for the second argument to
  3219. getgroups() and setgroups().  Usually, this is the same as
  3220. gidtype (gid_t), but sometimes it isn't.
  3221.  
  3222. =item C<gzip>
  3223.  
  3224. From F<Loc.U>:
  3225.  
  3226. This variable is be used internally by Configure to determine the
  3227. full pathname (if any) of the gzip program.  After Configure runs,
  3228. the value is reset to a plain C<gzip> and is not useful.
  3229.  
  3230. =back
  3231.  
  3232. =head2 h
  3233.  
  3234. =over
  3235.  
  3236. =item C<h_fcntl>
  3237.  
  3238. From F<h_fcntl.U>:
  3239.  
  3240. This is variable gets set in various places to tell i_fcntl that
  3241. <fcntl.h> should be included.
  3242.  
  3243. =item C<h_sysfile>
  3244.  
  3245. From F<h_sysfile.U>:
  3246.  
  3247. This is variable gets set in various places to tell i_sys_file that
  3248. <sys/file.h> should be included.
  3249.  
  3250. =item C<hint>
  3251.  
  3252. From F<Oldconfig.U>:
  3253.  
  3254. Gives the type of hints used for previous answers. May be one of
  3255. C<default>, C<recommended> or C<previous>.
  3256.  
  3257. =item C<hostcat>
  3258.  
  3259. From F<nis.U>:
  3260.  
  3261. This variable contains a command that produces the text of the
  3262. F</etc/hosts> file.  This is normally "cat F</etc/hosts>", but can be
  3263. "ypcat hosts" when C<NIS> is used.
  3264.  
  3265. =item C<huge>
  3266.  
  3267. From F<models.U>:
  3268.  
  3269. This variable contains a flag which will tell the C compiler and loader
  3270. to produce a program running with a huge memory model.  If the
  3271. huge model is not supported, contains the flag to produce large
  3272. model programs.  It is up to the Makefile to use this.
  3273.  
  3274. =back
  3275.  
  3276. =head2 i
  3277.  
  3278. =over
  3279.  
  3280. =item C<i_arpainet>
  3281.  
  3282. From F<i_arpainet.U>:
  3283.  
  3284. This variable conditionally defines the C<I_ARPA_INET> symbol,
  3285. and indicates whether a C program should include <arpa/inet.h>.
  3286.  
  3287. =item C<i_bsdioctl>
  3288.  
  3289. From F<i_sysioctl.U>:
  3290.  
  3291. This variable conditionally defines the C<I_SYS_BSDIOCTL> symbol, which
  3292. indicates to the C program that <sys/bsdioctl.h> exists and should
  3293. be included.
  3294.  
  3295. =item C<i_db>
  3296.  
  3297. From F<i_db.U>:
  3298.  
  3299. This variable conditionally defines the C<I_DB> symbol, and indicates
  3300. whether a C program may include Berkeley's C<DB> include file <db.h>.
  3301.  
  3302. =item C<i_dbm>
  3303.  
  3304. From F<i_dbm.U>:
  3305.  
  3306. This variable conditionally defines the C<I_DBM> symbol, which
  3307. indicates to the C program that <dbm.h> exists and should
  3308. be included.
  3309.  
  3310. =item C<i_dirent>
  3311.  
  3312. From F<i_dirent.U>:
  3313.  
  3314. This variable conditionally defines C<I_DIRENT>, which indicates
  3315. to the C program that it should include <dirent.h>.
  3316.  
  3317. =item C<i_dld>
  3318.  
  3319. From F<i_dld.U>:
  3320.  
  3321. This variable conditionally defines the C<I_DLD> symbol, which
  3322. indicates to the C program that <dld.h> (C<GNU> dynamic loading)
  3323. exists and should be included.
  3324.  
  3325. =item C<i_dlfcn>
  3326.  
  3327. From F<i_dlfcn.U>:
  3328.  
  3329. This variable conditionally defines the C<I_DLFCN> symbol, which
  3330. indicates to the C program that <dlfcn.h> exists and should
  3331. be included.
  3332.  
  3333. =item C<i_fcntl>
  3334.  
  3335. From F<i_fcntl.U>:
  3336.  
  3337. This variable controls the value of C<I_FCNTL> (which tells
  3338. the C program to include <fcntl.h>).
  3339.  
  3340. =item C<i_float>
  3341.  
  3342. From F<i_float.U>:
  3343.  
  3344. This variable conditionally defines the C<I_FLOAT> symbol, and indicates
  3345. whether a C program may include <float.h> to get symbols like C<DBL_MAX>
  3346. or C<DBL_MIN>, F<i.e>. machine dependent floating point values.
  3347.  
  3348. =item C<i_gdbm>
  3349.  
  3350. From F<i_gdbm.U>:
  3351.  
  3352. This variable conditionally defines the C<I_GDBM> symbol, which
  3353. indicates to the C program that <gdbm.h> exists and should
  3354. be included.
  3355.  
  3356. =item C<i_grp>
  3357.  
  3358. From F<i_grp.U>:
  3359.  
  3360. This variable conditionally defines the C<I_GRP> symbol, and indicates
  3361. whether a C program should include <grp.h>.
  3362.  
  3363. =item C<i_limits>
  3364.  
  3365. From F<i_limits.U>:
  3366.  
  3367. This variable conditionally defines the C<I_LIMITS> symbol, and indicates
  3368. whether a C program may include <limits.h> to get symbols like C<WORD_BIT>
  3369. and friends.
  3370.  
  3371. =item C<i_locale>
  3372.  
  3373. From F<i_locale.U>:
  3374.  
  3375. This variable conditionally defines the C<I_LOCALE> symbol,
  3376. and indicates whether a C program should include <locale.h>.
  3377.  
  3378. =item C<i_malloc>
  3379.  
  3380. From F<i_malloc.U>:
  3381.  
  3382. This variable conditionally defines the C<I_MALLOC> symbol, and indicates
  3383. whether a C program should include <malloc.h>.
  3384.  
  3385. =item C<i_math>
  3386.  
  3387. From F<i_math.U>:
  3388.  
  3389. This variable conditionally defines the C<I_MATH> symbol, and indicates
  3390. whether a C program may include <math.h>.
  3391.  
  3392. =item C<i_memory>
  3393.  
  3394. From F<i_memory.U>:
  3395.  
  3396. This variable conditionally defines the C<I_MEMORY> symbol, and indicates
  3397. whether a C program should include <memory.h>.
  3398.  
  3399. =item C<i_ndbm>
  3400.  
  3401. From F<i_ndbm.U>:
  3402.  
  3403. This variable conditionally defines the C<I_NDBM> symbol, which
  3404. indicates to the C program that <ndbm.h> exists and should
  3405. be included.
  3406.  
  3407. =item C<i_netdb>
  3408.  
  3409. From F<i_netdb.U>:
  3410.  
  3411. This variable conditionally defines the C<I_NETDB> symbol, and indicates
  3412. whether a C program should include <netdb.h>.
  3413.  
  3414. =item C<i_neterrno>
  3415.  
  3416. From F<i_neterrno.U>:
  3417.  
  3418. This variable conditionally defines the C<I_NET_ERRNO> symbol, which
  3419. indicates to the C program that <net/errno.h> exists and should
  3420. be included.
  3421.  
  3422. =item C<i_niin>
  3423.  
  3424. From F<i_niin.U>:
  3425.  
  3426. This variable conditionally defines C<I_NETINET_IN>, which indicates
  3427. to the C program that it should include <netinet/in.h>. Otherwise,
  3428. you may try <sys/in.h>.
  3429.  
  3430. =item C<i_pwd>
  3431.  
  3432. From F<i_pwd.U>:
  3433.  
  3434. This variable conditionally defines C<I_PWD>, which indicates
  3435. to the C program that it should include <pwd.h>.
  3436.  
  3437. =item C<i_rpcsvcdbm>
  3438.  
  3439. From F<i_dbm.U>:
  3440.  
  3441. This variable conditionally defines the C<I_RPCSVC_DBM> symbol, which
  3442. indicates to the C program that <rpcsvc/dbm.h> exists and should
  3443. be included.  Some System V systems might need this instead of <dbm.h>.
  3444.  
  3445. =item C<i_sfio>
  3446.  
  3447. From F<i_sfio.U>:
  3448.  
  3449. This variable conditionally defines the C<I_SFIO> symbol,
  3450. and indicates whether a C program should include <sfio.h>.
  3451.  
  3452. =item C<i_sgtty>
  3453.  
  3454. From F<i_termio.U>:
  3455.  
  3456. This variable conditionally defines the C<I_SGTTY> symbol, which
  3457. indicates to the C program that it should include <sgtty.h> rather
  3458. than <termio.h>.
  3459.  
  3460. =item C<i_stdarg>
  3461.  
  3462. From F<i_varhdr.U>:
  3463.  
  3464. This variable conditionally defines the C<I_STDARG> symbol, which
  3465. indicates to the C program that <stdarg.h> exists and should
  3466. be included.
  3467.  
  3468. =item C<i_stddef>
  3469.  
  3470. From F<i_stddef.U>:
  3471.  
  3472. This variable conditionally defines the C<I_STDDEF> symbol, which
  3473. indicates to the C program that <stddef.h> exists and should
  3474. be included.
  3475.  
  3476. =item C<i_stdlib>
  3477.  
  3478. From F<i_stdlib.U>:
  3479.  
  3480. This variable conditionally defines the C<I_STDLIB> symbol, which
  3481. indicates to the C program that <stdlib.h> exists and should
  3482. be included.
  3483.  
  3484. =item C<i_string>
  3485.  
  3486. From F<i_string.U>:
  3487.  
  3488. This variable conditionally defines the C<I_STRING> symbol, which
  3489. indicates that <string.h> should be included rather than <strings.h>.
  3490.  
  3491. =item C<i_sysdir>
  3492.  
  3493. From F<i_sysdir.U>:
  3494.  
  3495. This variable conditionally defines the C<I_SYS_DIR> symbol, and indicates
  3496. whether a C program should include <sys/dir.h>.
  3497.  
  3498. =item C<i_sysfile>
  3499.  
  3500. From F<i_sysfile.U>:
  3501.  
  3502. This variable conditionally defines the C<I_SYS_FILE> symbol, and indicates
  3503. whether a C program should include <sys/file.h> to get C<R_OK> and friends.
  3504.  
  3505. =item C<i_sysfilio>
  3506.  
  3507. From F<i_sysioctl.U>:
  3508.  
  3509. This variable conditionally defines the C<I_SYS_FILIO> symbol, which
  3510. indicates to the C program that <sys/filio.h> exists and should
  3511. be included in preference to <sys/ioctl.h>.
  3512.  
  3513. =item C<i_sysin>
  3514.  
  3515. From F<i_niin.U>:
  3516.  
  3517. This variable conditionally defines C<I_SYS_IN>, which indicates
  3518. to the C program that it should include <sys/in.h> instead of
  3519. <netinet/in.h>.
  3520.  
  3521. =item C<i_sysioctl>
  3522.  
  3523. From F<i_sysioctl.U>:
  3524.  
  3525. This variable conditionally defines the C<I_SYS_IOCTL> symbol, which
  3526. indicates to the C program that <sys/ioctl.h> exists and should
  3527. be included.
  3528.  
  3529. =item C<i_sysndir>
  3530.  
  3531. From F<i_sysndir.U>:
  3532.  
  3533. This variable conditionally defines the C<I_SYS_NDIR> symbol, and indicates
  3534. whether a C program should include <sys/ndir.h>.
  3535.  
  3536. =item C<i_sysparam>
  3537.  
  3538. From F<i_sysparam.U>:
  3539.  
  3540. This variable conditionally defines the C<I_SYS_PARAM> symbol, and indicates
  3541. whether a C program should include <sys/param.h>.
  3542.  
  3543. =item C<i_sysresrc>
  3544.  
  3545. From F<i_sysresrc.U>:
  3546.  
  3547. This variable conditionally defines the C<I_SYS_RESOURCE> symbol,
  3548. and indicates whether a C program should include <sys/resource.h>.
  3549.  
  3550. =item C<i_sysselct>
  3551.  
  3552. From F<i_sysselct.U>:
  3553.  
  3554. This variable conditionally defines C<I_SYS_SELECT>, which indicates
  3555. to the C program that it should include <sys/select.h> in order to
  3556. get the definition of struct timeval.
  3557.  
  3558. =item C<i_syssockio>
  3559.  
  3560. From F<i_sysioctl.U>:
  3561.  
  3562. This variable conditionally defines C<I_SYS_SOCKIO> to indicate to the
  3563. C program that socket ioctl codes may be found in <sys/sockio.h>
  3564. instead of <sys/ioctl.h>.
  3565.  
  3566. =item C<i_sysstat>
  3567.  
  3568. From F<i_sysstat.U>:
  3569.  
  3570. This variable conditionally defines the C<I_SYS_STAT> symbol,
  3571. and indicates whether a C program should include <sys/stat.h>.
  3572.  
  3573. =item C<i_systime>
  3574.  
  3575. From F<i_time.U>:
  3576.  
  3577. This variable conditionally defines C<I_SYS_TIME>, which indicates
  3578. to the C program that it should include <sys/time.h>.
  3579.  
  3580. =item C<i_systimek>
  3581.  
  3582. From F<i_time.U>:
  3583.  
  3584. This variable conditionally defines C<I_SYS_TIME_KERNEL>, which
  3585. indicates to the C program that it should include <sys/time.h>
  3586. with C<KERNEL> defined.
  3587.  
  3588. =item C<i_systimes>
  3589.  
  3590. From F<i_systimes.U>:
  3591.  
  3592. This variable conditionally defines the C<I_SYS_TIMES> symbol, and indicates
  3593. whether a C program should include <sys/times.h>.
  3594.  
  3595. =item C<i_systypes>
  3596.  
  3597. From F<i_systypes.U>:
  3598.  
  3599. This variable conditionally defines the C<I_SYS_TYPES> symbol,
  3600. and indicates whether a C program should include <sys/types.h>.
  3601.  
  3602. =item C<i_sysun>
  3603.  
  3604. From F<i_sysun.U>:
  3605.  
  3606. This variable conditionally defines C<I_SYS_UN>, which indicates
  3607. to the C program that it should include <sys/un.h> to get C<UNIX>
  3608. domain socket definitions.
  3609.  
  3610. =item C<i_syswait>
  3611.  
  3612. From F<i_syswait.U>:
  3613.  
  3614. This variable conditionally defines C<I_SYS_WAIT>, which indicates
  3615. to the C program that it should include <sys/wait.h>.
  3616.  
  3617. =item C<i_termio>
  3618.  
  3619. From F<i_termio.U>:
  3620.  
  3621. This variable conditionally defines the C<I_TERMIO> symbol, which
  3622. indicates to the C program that it should include <termio.h> rather
  3623. than <sgtty.h>.
  3624.  
  3625. =item C<i_termios>
  3626.  
  3627. From F<i_termio.U>:
  3628.  
  3629. This variable conditionally defines the C<I_TERMIOS> symbol, which
  3630. indicates to the C program that the C<POSIX> <termios.h> file is
  3631. to be included.
  3632.  
  3633. =item C<i_time>
  3634.  
  3635. From F<i_time.U>:
  3636.  
  3637. This variable conditionally defines C<I_TIME>, which indicates
  3638. to the C program that it should include <time.h>.
  3639.  
  3640. =item C<i_unistd>
  3641.  
  3642. From F<i_unistd.U>:
  3643.  
  3644. This variable conditionally defines the C<I_UNISTD> symbol, and indicates
  3645. whether a C program should include <unistd.h>.
  3646.  
  3647. =item C<i_utime>
  3648.  
  3649. From F<i_utime.U>:
  3650.  
  3651. This variable conditionally defines the C<I_UTIME> symbol, and indicates
  3652. whether a C program should include <utime.h>.
  3653.  
  3654. =item C<i_values>
  3655.  
  3656. From F<i_values.U>:
  3657.  
  3658. This variable conditionally defines the C<I_VALUES> symbol, and indicates
  3659. whether a C program may include <values.h> to get symbols like C<MAXLONG>
  3660. and friends.
  3661.  
  3662. =item C<i_varargs>
  3663.  
  3664. From F<i_varhdr.U>:
  3665.  
  3666. This variable conditionally defines C<I_VARARGS>, which indicates
  3667. to the C program that it should include <varargs.h>.
  3668.  
  3669. =item C<i_varhdr>
  3670.  
  3671. From F<i_varhdr.U>:
  3672.  
  3673. Contains the name of the header to be included to get va_dcl definition.
  3674. Typically one of F<varargs.h> or F<stdarg.h>.
  3675.  
  3676. =item C<i_vfork>
  3677.  
  3678. From F<i_vfork.U>:
  3679.  
  3680. This variable conditionally defines the C<I_VFORK> symbol, and indicates
  3681. whether a C program should include F<vfork.h>.
  3682.  
  3683. =item C<incpath>
  3684.  
  3685. From F<usrinc.U>:
  3686.  
  3687. This variable must preceed the normal include path to get hte
  3688. right one, as in F<$F<incpath/usr/include>> or F<$F<incpath/usr/lib>>.
  3689. Value can be "" or F</bsd43> on mips.
  3690.  
  3691. =item C<inews>
  3692.  
  3693. From F<Loc.U>:
  3694.  
  3695. This variable is defined but not used by Configure.
  3696. The value is a plain '' and is not useful.
  3697.  
  3698. =item C<installarchlib>
  3699.  
  3700. From F<archlib.U>:
  3701.  
  3702. This variable is really the same as archlibexp but may differ on
  3703. those systems using C<AFS>. For extra portability, only this variable
  3704. should be used in makefiles.
  3705.  
  3706. =item C<installbin>
  3707.  
  3708. From F<bin.U>:
  3709.  
  3710. This variable is the same as binexp unless C<AFS> is running in which case
  3711. the user is explicitely prompted for it. This variable should always
  3712. be used in your makefiles for maximum portability.
  3713.  
  3714. =item C<installman1dir>
  3715.  
  3716. From F<man1dir.U>:
  3717.  
  3718. This variable is really the same as man1direxp, unless you are using
  3719. C<AFS> in which case it points to the F<read/write> location whereas
  3720. man1direxp only points to the read-only access location. For extra
  3721. portability, you should only use this variable within your makefiles.
  3722.  
  3723. =item C<installman3dir>
  3724.  
  3725. From F<man3dir.U>:
  3726.  
  3727. This variable is really the same as man3direxp, unless you are using
  3728. C<AFS> in which case it points to the F<read/write> location whereas
  3729. man3direxp only points to the read-only access location. For extra
  3730. portability, you should only use this variable within your makefiles.
  3731.  
  3732. =item C<installprivlib>
  3733.  
  3734. From F<privlib.U>:
  3735.  
  3736. This variable is really the same as privlibexp but may differ on
  3737. those systems using C<AFS>. For extra portability, only this variable
  3738. should be used in makefiles.
  3739.  
  3740. =item C<installscript>
  3741.  
  3742. From F<scriptdir.U>:
  3743.  
  3744. This variable is usually the same as scriptdirexp, unless you are on
  3745. a system running C<AFS>, in which case they may differ slightly. You
  3746. should always use this variable within your makefiles for portability.
  3747.  
  3748. =item C<installsitearch>
  3749.  
  3750. From F<sitearch.U>:
  3751.  
  3752. This variable is really the same as sitearchexp but may differ on
  3753. those systems using C<AFS>. For extra portability, only this variable
  3754. should be used in makefiles.
  3755.  
  3756. =item C<installsitelib>
  3757.  
  3758. From F<sitelib.U>:
  3759.  
  3760. This variable is really the same as sitelibexp but may differ on
  3761. those systems using C<AFS>. For extra portability, only this variable
  3762. should be used in makefiles.
  3763.  
  3764. =item C<intsize>
  3765.  
  3766. From F<intsize.U>:
  3767.  
  3768. This variable contains the value of the C<INTSIZE> symbol, which
  3769. indicates to the C program how many bytes there are in an int.
  3770.  
  3771. =back
  3772.  
  3773. =head2 k
  3774.  
  3775. =over
  3776.  
  3777. =item C<known_extensions>
  3778.  
  3779. From F<Extensions.U>:
  3780.  
  3781. This variable holds a list of all C<XS> extensions included in 
  3782. the package.
  3783.  
  3784. =item C<ksh>
  3785.  
  3786. From F<Loc.U>:
  3787.  
  3788. This variable is defined but not used by Configure.
  3789. The value is a plain '' and is not useful.
  3790.  
  3791. =back
  3792.  
  3793. =head2 l
  3794.  
  3795. =over
  3796.  
  3797. =item C<large>
  3798.  
  3799. From F<models.U>:
  3800.  
  3801. This variable contains a flag which will tell the C compiler and loader
  3802. to produce a program running with a large memory model.  It is up to
  3803. the Makefile to use this.
  3804.  
  3805. =item C<ld>
  3806.  
  3807. From F<dlsrc.U>:
  3808.  
  3809. This variable indicates the program to be used to link
  3810. libraries for dynamic loading.  On some systems, it is C<ld>.
  3811. On C<ELF> systems, it should be $cc.  Mostly, we'll try to respect
  3812. the hint file setting.
  3813.  
  3814. =item C<lddlflags>
  3815.  
  3816. From F<dlsrc.U>:
  3817.  
  3818. This variable contains any special flags that might need to be
  3819. passed to $ld to create a shared library suitable for dynamic
  3820. loading.  It is up to the makefile to use it.  For hpux, it
  3821. should be C<-b>.  For sunos 4.1, it is empty.
  3822.  
  3823. =item C<ldflags>
  3824.  
  3825. From F<ccflags.U>:
  3826.  
  3827. This variable contains any additional C loader flags desired by
  3828. the user.  It is up to the Makefile to use this.
  3829.  
  3830. =item C<less>
  3831.  
  3832. From F<Loc.U>:
  3833.  
  3834. This variable is be used internally by Configure to determine the
  3835. full pathname (if any) of the less program.  After Configure runs,
  3836. the value is reset to a plain C<less> and is not useful.
  3837.  
  3838. =item C<lib_ext>
  3839.  
  3840. From F<Unix.U>:
  3841.  
  3842. This is an old synonym for _a.
  3843.  
  3844. =item C<libc>
  3845.  
  3846. From F<libc.U>:
  3847.  
  3848. This variable contains the location of the C library.
  3849.  
  3850. =item C<libperl>
  3851.  
  3852. From F<libperl.U>:
  3853.  
  3854. The perl executable is obtained by linking F<perlmain.c> with
  3855. libperl, any static extensions (usually just DynaLoader),
  3856. and any other libraries needed on this system.  libperl
  3857. is usually F<libperl.a>, but can also be F<libperl.so.xxx> if
  3858. the user wishes to build a perl executable with a shared
  3859. library.
  3860.  
  3861. =item C<libpth>
  3862.  
  3863. From F<libpth.U>:
  3864.  
  3865. This variable holds the general path used to find libraries. It is
  3866. intended to be used by other units.
  3867.  
  3868. =item C<libs>
  3869.  
  3870. From F<libs.U>:
  3871.  
  3872. This variable holds the additional libraries we want to use.
  3873. It is up to the Makefile to deal with it.
  3874.  
  3875. =item C<libswanted>
  3876.  
  3877. From F<Myinit.U>:
  3878.  
  3879. This variable holds a list of all the libraries we want to
  3880. search.  The order is chosen to pick up the c library
  3881. ahead of ucb or bsd libraries for SVR4.
  3882.  
  3883. =item C<line>
  3884.  
  3885. From F<Loc.U>:
  3886.  
  3887. This variable is be used internally by Configure to determine the
  3888. full pathname (if any) of the line program.  After Configure runs,
  3889. the value is reset to a plain C<line> and is not useful.
  3890.  
  3891. =item C<lint>
  3892.  
  3893. From F<Loc.U>:
  3894.  
  3895. This variable is defined but not used by Configure.
  3896. The value is a plain '' and is not useful.
  3897.  
  3898. =item C<lkflags>
  3899.  
  3900. From F<ccflags.U>:
  3901.  
  3902. This variable contains any additional C partial linker flags desired by
  3903. the user.  It is up to the Makefile to use this.
  3904.  
  3905. =item C<ln>
  3906.  
  3907. From F<Loc.U>:
  3908.  
  3909. This variable is be used internally by Configure to determine the
  3910. full pathname (if any) of the ln program.  After Configure runs,
  3911. the value is reset to a plain C<ln> and is not useful.
  3912.  
  3913. =item C<lns>
  3914.  
  3915. From F<lns.U>:
  3916.  
  3917. This variable holds the name of the command to make 
  3918. symbolic links (if they are supported).  It can be used
  3919. in the Makefile. It is either C<ln -s> or C<ln>
  3920.  
  3921. =item C<locincpth>
  3922.  
  3923. From F<ccflags.U>:
  3924.  
  3925. This variable contains a list of additional directories to be
  3926. searched by the compiler.  The appropriate C<-I> directives will
  3927. be added to ccflags.  This is intended to simplify setting
  3928. local directories from the Configure command line.
  3929. It's not much, but it parallels the loclibpth stuff in F<libpth.U>.
  3930.  
  3931. =item C<loclibpth>
  3932.  
  3933. From F<libpth.U>:
  3934.  
  3935. This variable holds the paths used to find local libraries.  It is
  3936. prepended to libpth, and is intended to be easily set from the
  3937. command line.
  3938.  
  3939. =item C<longdblsize>
  3940.  
  3941. From F<d_longdbl.U>:
  3942.  
  3943. This variable contains the value of the C<LONG_DOUBLESIZE> symbol, which
  3944. indicates to the C program how many bytes there are in a long double,
  3945. if this system supports long doubles.
  3946.  
  3947. =item C<longlongsize>
  3948.  
  3949. From F<d_longlong.U>:
  3950.  
  3951. This variable contains the value of the C<LONGLONGSIZE> symbol, which
  3952. indicates to the C program how many bytes there are in a long long,
  3953. if this system supports long long.
  3954.  
  3955. =item C<longsize>
  3956.  
  3957. From F<intsize.U>:
  3958.  
  3959. This variable contains the value of the C<LONGSIZE> symbol, which
  3960. indicates to the C program how many bytes there are in a long.
  3961.  
  3962. =item C<lp>
  3963.  
  3964. From F<Loc.U>:
  3965.  
  3966. This variable is defined but not used by Configure.
  3967. The value is a plain '' and is not useful.
  3968.  
  3969. =item C<lpr>
  3970.  
  3971. From F<Loc.U>:
  3972.  
  3973. This variable is defined but not used by Configure.
  3974. The value is a plain '' and is not useful.
  3975.  
  3976. =item C<ls>
  3977.  
  3978. From F<Loc.U>:
  3979.  
  3980. This variable is be used internally by Configure to determine the
  3981. full pathname (if any) of the ls program.  After Configure runs,
  3982. the value is reset to a plain C<ls> and is not useful.
  3983.  
  3984. =item C<lseektype>
  3985.  
  3986. From F<lseektype.U>:
  3987.  
  3988. This variable defines lseektype to be something like off_t, long, 
  3989. or whatever type is used to declare lseek offset's type in the
  3990. kernel (which also appears to be lseek's return type).
  3991.  
  3992. =back
  3993.  
  3994. =head2 m
  3995.  
  3996. =over
  3997.  
  3998. =item C<mail>
  3999.  
  4000. From F<Loc.U>:
  4001.  
  4002. This variable is defined but not used by Configure.
  4003. The value is a plain '' and is not useful.
  4004.  
  4005. =item C<mailx>
  4006.  
  4007. From F<Loc.U>:
  4008.  
  4009. This variable is defined but not used by Configure.
  4010. The value is a plain '' and is not useful.
  4011.  
  4012. =item C<make>
  4013.  
  4014. From F<Loc.U>:
  4015.  
  4016. This variable is be used internally by Configure to determine the
  4017. full pathname (if any) of the make program.  After Configure runs,
  4018. the value is reset to a plain C<make> and is not useful.
  4019.  
  4020. =item C<make_set_make>
  4021.  
  4022. From F<make.U>:
  4023.  
  4024. Some versions of C<make> set the variable C<MAKE>.  Others do not.
  4025. This variable contains the string to be included in F<Makefile.SH>
  4026. so that C<MAKE> is set if needed, and not if not needed.
  4027. Possible values are:
  4028. make_set_make=C<#>        # If your make program handles this for you,
  4029. make_set_make=C<MAKE=$make>    # if it doesn't.
  4030. I used a comment character so that we can distinguish a
  4031. C<set> value (from a previous F<config.sh> or Configure C<-D> option)
  4032. from an uncomputed value.
  4033.  
  4034. =item C<mallocobj>
  4035.  
  4036. From F<mallocsrc.U>:
  4037.  
  4038. This variable contains the name of the F<malloc.o> that this package
  4039. generates, if that F<malloc.o> is preferred over the system malloc.
  4040. Otherwise the value is null.  This variable is intended for generating
  4041. Makefiles.  See mallocsrc.
  4042.  
  4043. =item C<mallocsrc>
  4044.  
  4045. From F<mallocsrc.U>:
  4046.  
  4047. This variable contains the name of the F<malloc.c> that comes with
  4048. the package, if that F<malloc.c> is preferred over the system malloc.
  4049. Otherwise the value is null.  This variable is intended for generating
  4050. Makefiles.
  4051.  
  4052. =item C<malloctype>
  4053.  
  4054. From F<mallocsrc.U>:
  4055.  
  4056. This variable contains the kind of ptr returned by malloc and realloc.
  4057.  
  4058. =item C<man1dir>
  4059.  
  4060. From F<man1dir.U>:
  4061.  
  4062. This variable contains the name of the directory in which manual
  4063. source pages are to be put.  It is the responsibility of the
  4064. F<Makefile.SH> to get the value of this into the proper command.
  4065. You must be prepared to do the F<~name> expansion yourself.
  4066.  
  4067. =item C<man1direxp>
  4068.  
  4069. From F<man1dir.U>:
  4070.  
  4071. This variable is the same as the man1dir variable, but is filename
  4072. expanded at configuration time, for convenient use in makefiles.
  4073.  
  4074. =item C<man1ext>
  4075.  
  4076. From F<man1dir.U>:
  4077.  
  4078. This variable contains the extension that the manual page should
  4079. have: one of C<n>, C<l>, or C<1>.  The Makefile must supply the F<.>.
  4080. See man1dir.
  4081.  
  4082. =item C<man3dir>
  4083.  
  4084. From F<man3dir.U>:
  4085.  
  4086. This variable contains the name of the directory in which manual
  4087. source pages are to be put.  It is the responsibility of the
  4088. F<Makefile.SH> to get the value of this into the proper command.
  4089. You must be prepared to do the F<~name> expansion yourself.
  4090.  
  4091. =item C<man3direxp>
  4092.  
  4093. From F<man3dir.U>:
  4094.  
  4095. This variable is the same as the man3dir variable, but is filename
  4096. expanded at configuration time, for convenient use in makefiles.
  4097.  
  4098. =item C<man3ext>
  4099.  
  4100. From F<man3dir.U>:
  4101.  
  4102. This variable contains the extension that the manual page should
  4103. have: one of C<n>, C<l>, or C<3>.  The Makefile must supply the F<.>.
  4104. See man3dir.
  4105.  
  4106. =item C<medium>
  4107.  
  4108. From F<models.U>:
  4109.  
  4110. This variable contains a flag which will tell the C compiler and loader
  4111. to produce a program running with a medium memory model.  If the
  4112. medium model is not supported, contains the flag to produce large
  4113. model programs.  It is up to the Makefile to use this.
  4114.  
  4115. =item C<mips_type>
  4116.  
  4117. From F<usrinc.U>:
  4118.  
  4119. This variable holds the environment type for the mips system.
  4120. Possible values are "BSD 4.3" and "System V".
  4121.  
  4122. =item C<mkdir>
  4123.  
  4124. From F<Loc.U>:
  4125.  
  4126. This variable is be used internally by Configure to determine the
  4127. full pathname (if any) of the mkdir program.  After Configure runs,
  4128. the value is reset to a plain C<mkdir> and is not useful.
  4129.  
  4130. =item C<models>
  4131.  
  4132. From F<models.U>:
  4133.  
  4134. This variable contains the list of memory models supported by this
  4135. system.  Possible component values are none, split, unsplit, small,
  4136. medium, large, and huge.  The component values are space separated.
  4137.  
  4138. =item C<modetype>
  4139.  
  4140. From F<modetype.U>:
  4141.  
  4142. This variable defines modetype to be something like mode_t, 
  4143. int, unsigned short, or whatever type is used to declare file 
  4144. modes for system calls.
  4145.  
  4146. =item C<more>
  4147.  
  4148. From F<Loc.U>:
  4149.  
  4150. This variable is be used internally by Configure to determine the
  4151. full pathname (if any) of the more program.  After Configure runs,
  4152. the value is reset to a plain C<more> and is not useful.
  4153.  
  4154. =item C<mv>
  4155.  
  4156. From F<Loc.U>:
  4157.  
  4158. This variable is defined but not used by Configure.
  4159. The value is a plain '' and is not useful.
  4160.  
  4161. =item C<myarchname>
  4162.  
  4163. From F<archname.U>:
  4164.  
  4165. This variable holds the architecture name computed by Configure in
  4166. a previous run. It is not intended to be perused by any user and
  4167. should never be set in a hint file.
  4168.  
  4169. =item C<mydomain>
  4170.  
  4171. From F<myhostname.U>:
  4172.  
  4173. This variable contains the eventual value of the C<MYDOMAIN> symbol,
  4174. which is the domain of the host the program is going to run on.
  4175. The domain must be appended to myhostname to form a complete host name.
  4176. The dot comes with mydomain, and need not be supplied by the program.
  4177.  
  4178. =item C<myhostname>
  4179.  
  4180. From F<myhostname.U>:
  4181.  
  4182. This variable contains the eventual value of the C<MYHOSTNAME> symbol,
  4183. which is the name of the host the program is going to run on.
  4184. The domain is not kept with hostname, but must be gotten from mydomain.
  4185. The dot comes with mydomain, and need not be supplied by the program.
  4186.  
  4187. =item C<myuname>
  4188.  
  4189. From F<Oldconfig.U>:
  4190.  
  4191. The output of C<uname -a> if available, otherwise the hostname. On Xenix,
  4192. pseudo variables assignments in the output are stripped, thank you. The
  4193. whole thing is then lower-cased.
  4194.  
  4195. =back
  4196.  
  4197. =head2 n
  4198.  
  4199. =over
  4200.  
  4201. =item C<n>
  4202.  
  4203. From F<n.U>:
  4204.  
  4205. This variable contains the C<-n> flag if that is what causes the echo
  4206. command to suppress newline.  Otherwise it is null.  Correct usage is
  4207.  
  4208.     $echo $n "prompt for a question: $c".
  4209.  
  4210.  
  4211. =item C<netdb_hlen_type>
  4212.  
  4213. From F<netdbtype.U>:
  4214.  
  4215. This variable holds the type used for the 2nd argument to
  4216. gethostbyaddr().  Usually, this is int or size_t or unsigned.
  4217. This is only useful if you have gethostbyaddr(), naturally.
  4218.  
  4219. =item C<netdb_host_type>
  4220.  
  4221. From F<netdbtype.U>:
  4222.  
  4223. This variable holds the type used for the 1st argument to
  4224. gethostbyaddr().  Usually, this is char * or void *,  possibly
  4225. with or without a const prefix.
  4226. This is only useful if you have gethostbyaddr(), naturally.
  4227.  
  4228. =item C<netdb_name_type>
  4229.  
  4230. From F<netdbtype.U>:
  4231.  
  4232. This variable holds the type used for the argument to
  4233. gethostbyname().  Usually, this is char * or const char *.
  4234. This is only useful if you have gethostbyname(), naturally.
  4235.  
  4236. =item C<netdb_net_type>
  4237.  
  4238. From F<netdbtype.U>:
  4239.  
  4240. This variable holds the type used for the 1st argument to
  4241. getnetbyaddr().  Usually, this is int or long.
  4242. This is only useful if you have getnetbyaddr(), naturally.
  4243.  
  4244. =item C<nm>
  4245.  
  4246. From F<Loc.U>:
  4247.  
  4248. This variable is be used internally by Configure to determine the
  4249. full pathname (if any) of the nm program.  After Configure runs,
  4250. the value is reset to a plain C<nm> and is not useful.
  4251.  
  4252. =item C<nm_opt>
  4253.  
  4254. From F<usenm.U>:
  4255.  
  4256. This variable holds the options that may be necessary for nm.
  4257.  
  4258. =item C<nm_so_opt>
  4259.  
  4260. From F<usenm.U>:
  4261.  
  4262. This variable holds the options that may be necessary for nm
  4263. to work on a shared library but that can not be used on an
  4264. archive library.  Currently, this is only used by Linux, where
  4265. nm --dynamic is *required* to get symbols from an C<ELF> library which
  4266. has been stripped, but nm --dynamic is *fatal* on an archive library.
  4267. Maybe Linux should just always set usenm=false.
  4268.  
  4269. =item C<nonxs_ext>
  4270.  
  4271. From F<Extensions.U>:
  4272.  
  4273. This variable holds a list of all non-xs extensions included
  4274. in the package.  All of them will be built.
  4275.  
  4276. =item C<nroff>
  4277.  
  4278. From F<Loc.U>:
  4279.  
  4280. This variable is be used internally by Configure to determine the
  4281. full pathname (if any) of the nroff program.  After Configure runs,
  4282. the value is reset to a plain C<nroff> and is not useful.
  4283.  
  4284. =back
  4285.  
  4286. =head2 o
  4287.  
  4288. =over
  4289.  
  4290. =item C<o_nonblock>
  4291.  
  4292. From F<nblock_io.U>:
  4293.  
  4294. This variable bears the symbol value to be used during open() or fcntl()
  4295. to turn on non-blocking F<I/O> for a file descriptor. If you wish to switch
  4296. between blocking and non-blocking, you may try ioctl(C<FIOSNBIO>) instead,
  4297. but that is only supported by some devices.
  4298.  
  4299. =item C<obj_ext>
  4300.  
  4301. From F<Unix.U>:
  4302.  
  4303. This is an old synonym for _o.
  4304.  
  4305. =item C<optimize>
  4306.  
  4307. From F<ccflags.U>:
  4308.  
  4309. This variable contains any F<optimizer/debugger> flag that should be used.
  4310. It is up to the Makefile to use it.
  4311.  
  4312. =item C<orderlib>
  4313.  
  4314. From F<orderlib.U>:
  4315.  
  4316. This variable is C<true> if the components of libraries must be ordered
  4317. (with `lorder $* | tsort`) before placing them in an archive.  Set to
  4318. C<false> if ranlib or ar can generate random libraries.
  4319.  
  4320. =item C<osname>
  4321.  
  4322. From F<Oldconfig.U>:
  4323.  
  4324. This variable contains the operating system name (e.g. sunos,
  4325. solaris, hpux, F<etc.>).  It can be useful later on for setting
  4326. defaults.  Any spaces are replaced with underscores.  It is set
  4327. to a null string if we can't figure it out.
  4328.  
  4329. =item C<osvers>
  4330.  
  4331. From F<Oldconfig.U>:
  4332.  
  4333. This variable contains the operating system version (e.g.
  4334. 4.1.3, 5.2, F<etc.>).  It is primarily used for helping select
  4335. an appropriate hints file, but might be useful elsewhere for
  4336. setting defaults.  It is set to '' if we can't figure it out.
  4337. We try to be flexible about how much of the version number
  4338. to keep, e.g. if 4.1.1, 4.1.2, and 4.1.3 are essentially the
  4339. same for this package, hints files might just be F<os_4.0> or
  4340. F<os_4.1>, F<etc.>, not keeping separate files for each little release.
  4341.  
  4342. =back
  4343.  
  4344. =head2 p
  4345.  
  4346. =over
  4347.  
  4348. =item C<package>
  4349.  
  4350. From F<package.U>:
  4351.  
  4352. This variable contains the name of the package being constructed.
  4353. It is primarily intended for the use of later Configure units.
  4354.  
  4355. =item C<pager>
  4356.  
  4357. From F<pager.U>:
  4358.  
  4359. This variable contains the name of the preferred pager on the system.
  4360. Usual values are (the full pathnames of) more, less, pg, or cat.
  4361.  
  4362. =item C<passcat>
  4363.  
  4364. From F<nis.U>:
  4365.  
  4366. This variable contains a command that produces the text of the
  4367. F</etc/passwd> file.  This is normally "cat F</etc/passwd>", but can be
  4368. "ypcat passwd" when C<NIS> is used.
  4369.  
  4370. =item C<patchlevel>
  4371.  
  4372. From F<patchlevel.U>:
  4373.  
  4374. The patchlevel level of this package.
  4375. The value of patchlevel comes from the F<patchlevel.h> file.
  4376.  
  4377. =item C<path_sep>
  4378.  
  4379. From F<Unix.U>:
  4380.  
  4381. This is an old synonym for p_ in F<Head.U>, the character
  4382. used to separate elements in the command shell search C<PATH>.
  4383.  
  4384. =item C<perl>
  4385.  
  4386. From F<Loc.U>:
  4387.  
  4388. This variable is be used internally by Configure to determine the
  4389. full pathname (if any) of the perl program.  After Configure runs,
  4390. the value is reset to a plain C<perl> and is not useful.
  4391.  
  4392. =item C<perladmin>
  4393.  
  4394. From F<perladmin.U>:
  4395.  
  4396. Electronic mail address of the perl5 administrator.
  4397.  
  4398. =item C<perlpath>
  4399.  
  4400. From F<perlpath.U>:
  4401.  
  4402. This variable contains the eventual value of the C<PERLPATH> symbol,
  4403. which contains the name of the perl interpreter to be used in
  4404. shell scripts and in the "eval C<exec>" idiom.
  4405.  
  4406. =item C<pg>
  4407.  
  4408. From F<Loc.U>:
  4409.  
  4410. This variable is be used internally by Configure to determine the
  4411. full pathname (if any) of the pg program.  After Configure runs,
  4412. the value is reset to a plain C<pg> and is not useful.
  4413.  
  4414. =item C<phostname>
  4415.  
  4416. From F<myhostname.U>:
  4417.  
  4418. This variable contains the eventual value of the C<PHOSTNAME> symbol,
  4419. which is a command that can be fed to popen() to get the host name.
  4420. The program should probably not presume that the domain is or isn't
  4421. there already.
  4422.  
  4423. =item C<pidtype>
  4424.  
  4425. From F<pidtype.U>:
  4426.  
  4427. This variable defines C<PIDTYPE> to be something like pid_t, int, 
  4428. ushort, or whatever type is used to declare process ids in the kernel.
  4429.  
  4430. =item C<plibpth>
  4431.  
  4432. From F<libpth.U>:
  4433.  
  4434. Holds the private path used by Configure to find out the libraries.
  4435. Its value is prepend to libpth. This variable takes care of special
  4436. machines, like the mips.  Usually, it should be empty.
  4437.  
  4438. =item C<pmake>
  4439.  
  4440. From F<Loc.U>:
  4441.  
  4442. This variable is defined but not used by Configure.
  4443. The value is a plain '' and is not useful.
  4444.  
  4445. =item C<pr>
  4446.  
  4447. From F<Loc.U>:
  4448.  
  4449. This variable is defined but not used by Configure.
  4450. The value is a plain '' and is not useful.
  4451.  
  4452. =item C<prefix>
  4453.  
  4454. From F<prefix.U>:
  4455.  
  4456. This variable holds the name of the directory below which the
  4457. user will install the package.  Usually, this is F</usr/local>, and
  4458. executables go in F</usr/local/bin>, library stuff in F</usr/local/lib>,
  4459. man pages in F</usr/local/man>, etc.  It is only used to set defaults
  4460. for things in F<bin.U>, F<mansrc.U>, F<privlib.U>, or F<scriptdir.U>.
  4461.  
  4462. =item C<prefixexp>
  4463.  
  4464. From F<prefix.U>:
  4465.  
  4466. This variable holds the full absolute path of the directory below
  4467. which the user will install the package.  Derived from prefix.
  4468.  
  4469. =item C<privlib>
  4470.  
  4471. From F<privlib.U>:
  4472.  
  4473. This variable contains the eventual value of the C<PRIVLIB> symbol,
  4474. which is the name of the private library for this package.  It may
  4475. have a F<~> on the front. It is up to the makefile to eventually create
  4476. this directory while performing installation (with F<~> substitution).
  4477.  
  4478. =item C<privlibexp>
  4479.  
  4480. From F<privlib.U>:
  4481.  
  4482. This variable is the F<~name> expanded version of privlib, so that you
  4483. may use it directly in Makefiles or shell scripts.
  4484.  
  4485. =item C<prototype>
  4486.  
  4487. From F<prototype.U>:
  4488.  
  4489. This variable holds the eventual value of C<CAN_PROTOTYPE>, which
  4490. indicates the C compiler can handle funciton prototypes.
  4491.  
  4492. =item C<ptrsize>
  4493.  
  4494. From F<ptrsize.U>:
  4495.  
  4496. This variable contains the value of the C<PTRSIZE> symbol, which
  4497. indicates to the C program how many bytes there are in a pointer.
  4498.  
  4499. =back
  4500.  
  4501. =head2 r
  4502.  
  4503. =over
  4504.  
  4505. =item C<randbits>
  4506.  
  4507. From F<randbits.U>:
  4508.  
  4509. This variable contains the eventual value of the C<RANDBITS> symbol,
  4510. which indicates to the C program how many bits of random number
  4511. the rand() function produces.
  4512.  
  4513. =item C<ranlib>
  4514.  
  4515. From F<orderlib.U>:
  4516.  
  4517. This variable is set to the pathname of the ranlib program, if it is
  4518. needed to generate random libraries.  Set to C<:> if ar can generate
  4519. random libraries or if random libraries are not supported
  4520.  
  4521. =item C<rd_nodata>
  4522.  
  4523. From F<nblock_io.U>:
  4524.  
  4525. This variable holds the return code from read() when no data is
  4526. present. It should be -1, but some systems return 0 when C<O_NDELAY> is
  4527. used, which is a shame because you cannot make the difference between
  4528. no data and an F<EOF.>. Sigh!
  4529.  
  4530. =item C<rm>
  4531.  
  4532. From F<Loc.U>:
  4533.  
  4534. This variable is be used internally by Configure to determine the
  4535. full pathname (if any) of the rm program.  After Configure runs,
  4536. the value is reset to a plain C<rm> and is not useful.
  4537.  
  4538. =item C<rmail>
  4539.  
  4540. From F<Loc.U>:
  4541.  
  4542. This variable is defined but not used by Configure.
  4543. The value is a plain '' and is not useful.
  4544.  
  4545. =item C<runnm>
  4546.  
  4547. From F<usenm.U>:
  4548.  
  4549. This variable contains C<true> or C<false> depending whether the
  4550. nm extraction should be performed or not, according to the value
  4551. of usenm and the flags on the Configure command line.
  4552.  
  4553. =back
  4554.  
  4555. =head2 s
  4556.  
  4557. =over
  4558.  
  4559. =item C<scriptdir>
  4560.  
  4561. From F<scriptdir.U>:
  4562.  
  4563. This variable holds the name of the directory in which the user wants
  4564. to put publicly scripts for the package in question.  It is either
  4565. the same directory as for binaries, or a special one that can be
  4566. mounted across different architectures, like F</usr/share>. Programs
  4567. must be prepared to deal with F<~name> expansion.
  4568.  
  4569. =item C<scriptdirexp>
  4570.  
  4571. From F<scriptdir.U>:
  4572.  
  4573. This variable is the same as scriptdir, but is filename expanded
  4574. at configuration time, for programs not wanting to bother with it.
  4575.  
  4576. =item C<sed>
  4577.  
  4578. From F<Loc.U>:
  4579.  
  4580. This variable is be used internally by Configure to determine the
  4581. full pathname (if any) of the sed program.  After Configure runs,
  4582. the value is reset to a plain C<sed> and is not useful.
  4583.  
  4584. =item C<selecttype>
  4585.  
  4586. From F<selecttype.U>:
  4587.  
  4588. This variable holds the type used for the 2nd, 3rd, and 4th
  4589. arguments to select.  Usually, this is C<fd_set *>, if C<HAS_FD_SET>
  4590. is defined, and C<int *> otherwise.  This is only useful if you 
  4591. have select(), naturally.
  4592.  
  4593. =item C<sendmail>
  4594.  
  4595. From F<Loc.U>:
  4596.  
  4597. This variable is be used internally by Configure to determine the
  4598. full pathname (if any) of the sendmail program.  After Configure runs,
  4599. the value is reset to a plain C<sendmail> and is not useful.
  4600.  
  4601. =item C<sh>
  4602.  
  4603. From F<sh.U>:
  4604.  
  4605. This variable contains the full pathname of the shell used
  4606. on this system to execute Bourne shell scripts.  Usually, this will be
  4607. F</bin/sh>, though it's possible that some systems will have F</bin/ksh>,
  4608. F</bin/pdksh>, F</bin/ash>, F</bin/bash>, or even something such as
  4609. D:F</bin/sh.exe>.
  4610. This unit comes before F<Options.U>, so you can't set sh with a C<-D>
  4611. option, though you can override this (and startsh)
  4612. with C<-O -Dsh=F</bin/whatever> -Dstartsh=whatever>
  4613.  
  4614. =item C<shar>
  4615.  
  4616. From F<Loc.U>:
  4617.  
  4618. This variable is defined but not used by Configure.
  4619. The value is a plain '' and is not useful.
  4620.  
  4621. =item C<sharpbang>
  4622.  
  4623. From F<spitshell.U>:
  4624.  
  4625. This variable contains the string #! if this system supports that
  4626. construct.
  4627.  
  4628. =item C<shmattype>
  4629.  
  4630. From F<d_shmat.U>:
  4631.  
  4632. This symbol contains the type of pointer returned by shmat().
  4633. It can be C<void *> or C<char *>.
  4634.  
  4635. =item C<shortsize>
  4636.  
  4637. From F<intsize.U>:
  4638.  
  4639. This variable contains the value of the C<SHORTSIZE> symbol which
  4640. indicates to the C program how many bytes there are in a short.
  4641.  
  4642. =item C<shrpenv>
  4643.  
  4644. From F<libperl.U>:
  4645.  
  4646. If the user builds a shared F<libperl.so>, then we need to tell the
  4647. C<perl> executable where it will be able to find the installed F<libperl.so>. 
  4648. One way to do this on some systems is to set the environment variable
  4649. C<LD_RUN_PATH> to the directory that will be the final location of the
  4650. shared F<libperl.so>.  The makefile can use this with something like
  4651.  
  4652.     $shrpenv $(C<CC>) -o perl F<perlmain.o> $libperl $libs
  4653.  
  4654.     Typical values are
  4655.  
  4656.     shrpenv="env C<LD_RUN_PATH>=$F<archlibexp/C<CORE>>"
  4657.  
  4658.     or
  4659.  
  4660.     shrpenv=''
  4661.  
  4662.     See the main perl F<Makefile.SH> for actual working usage.
  4663. Alternatively, we might be able to use a command line option such
  4664. as -R $F<archlibexp/C<CORE>> (Solaris, NetBSD) or -Wl,-rpath
  4665. $F<archlibexp/C<CORE>> (Linux).
  4666.  
  4667. =item C<shsharp>
  4668.  
  4669. From F<spitshell.U>:
  4670.  
  4671. This variable tells further Configure units whether your sh can
  4672. handle # comments.
  4673.  
  4674. =item C<sig_name>
  4675.  
  4676. From F<sig_name.U>:
  4677.  
  4678. This variable holds the signal names, space separated. The leading
  4679. C<SIG> in signal name is removed.  A C<ZERO> is prepended to the
  4680. list.  This is currently not used.
  4681.  
  4682. =item C<sig_name_init>
  4683.  
  4684. From F<sig_name.U>:
  4685.  
  4686. This variable holds the signal names, enclosed in double quotes and
  4687. separated by commas, suitable for use in the C<SIG_NAME> definition 
  4688. below.  A C<ZERO> is prepended to the list, and the list is 
  4689. terminated with a plain 0.  The leading C<SIG> in signal names
  4690. is removed. See sig_num.
  4691.  
  4692. =item C<sig_num>
  4693.  
  4694. From F<sig_name.U>:
  4695.  
  4696. This variable holds the signal numbers, comma separated. A 0 is
  4697. prepended to the list (corresponding to the fake C<SIGZERO>), and 
  4698. the list is terminated with a 0.  Those numbers correspond to 
  4699. the value of the signal listed in the same place within the
  4700. sig_name list.
  4701.  
  4702. =item C<signal_t>
  4703.  
  4704. From F<d_voidsig.U>:
  4705.  
  4706. This variable holds the type of the signal handler (void or int).
  4707.  
  4708. =item C<sitearch>
  4709.  
  4710. From F<sitearch.U>:
  4711.  
  4712. This variable contains the eventual value of the C<SITEARCH> symbol,
  4713. which is the name of the private library for this package.  It may
  4714. have a F<~> on the front. It is up to the makefile to eventually create
  4715. this directory while performing installation (with F<~> substitution).
  4716.  
  4717. =item C<sitearchexp>
  4718.  
  4719. From F<sitearch.U>:
  4720.  
  4721. This variable is the F<~name> expanded version of sitearch, so that you
  4722. may use it directly in Makefiles or shell scripts.
  4723.  
  4724. =item C<sitelib>
  4725.  
  4726. From F<sitelib.U>:
  4727.  
  4728. This variable contains the eventual value of the C<SITELIB> symbol,
  4729. which is the name of the private library for this package.  It may
  4730. have a F<~> on the front. It is up to the makefile to eventually create
  4731. this directory while performing installation (with F<~> substitution).
  4732.  
  4733. =item C<sitelibexp>
  4734.  
  4735. From F<sitelib.U>:
  4736.  
  4737. This variable is the F<~name> expanded version of sitelib, so that you
  4738. may use it directly in Makefiles or shell scripts.
  4739.  
  4740. =item C<sizetype>
  4741.  
  4742. From F<sizetype.U>:
  4743.  
  4744. This variable defines sizetype to be something like size_t, 
  4745. unsigned long, or whatever type is used to declare length 
  4746. parameters for string functions.
  4747.  
  4748. =item C<sleep>
  4749.  
  4750. From F<Loc.U>:
  4751.  
  4752. This variable is defined but not used by Configure.
  4753. The value is a plain '' and is not useful.
  4754.  
  4755. =item C<smail>
  4756.  
  4757. From F<Loc.U>:
  4758.  
  4759. This variable is defined but not used by Configure.
  4760. The value is a plain '' and is not useful.
  4761.  
  4762. =item C<small>
  4763.  
  4764. From F<models.U>:
  4765.  
  4766. This variable contains a flag which will tell the C compiler and loader
  4767. to produce a program running with a small memory model.  It is up to
  4768. the Makefile to use this.
  4769.  
  4770. =item C<so>
  4771.  
  4772. From F<so.U>:
  4773.  
  4774. This variable holds the extension used to identify shared libraries
  4775. (also known as shared objects) on the system. Usually set to C<so>.
  4776.  
  4777. =item C<sockethdr>
  4778.  
  4779. From F<d_socket.U>:
  4780.  
  4781. This variable has any cpp C<-I> flags needed for socket support.
  4782.  
  4783. =item C<socketlib>
  4784.  
  4785. From F<d_socket.U>:
  4786.  
  4787. This variable has the names of any libraries needed for socket support.
  4788.  
  4789. =item C<sort>
  4790.  
  4791. From F<Loc.U>:
  4792.  
  4793. This variable is be used internally by Configure to determine the
  4794. full pathname (if any) of the sort program.  After Configure runs,
  4795. the value is reset to a plain C<sort> and is not useful.
  4796.  
  4797. =item C<spackage>
  4798.  
  4799. From F<package.U>:
  4800.  
  4801. This variable contains the name of the package being constructed,
  4802. with the first letter uppercased, F<i.e>. suitable for starting
  4803. sentences.
  4804.  
  4805. =item C<spitshell>
  4806.  
  4807. From F<spitshell.U>:
  4808.  
  4809. This variable contains the command necessary to spit out a runnable
  4810. shell on this system.  It is either cat or a grep C<-v> for # comments.
  4811.  
  4812. =item C<split>
  4813.  
  4814. From F<models.U>:
  4815.  
  4816. This variable contains a flag which will tell the C compiler and loader
  4817. to produce a program that will run in separate I and D space, for those
  4818. machines that support separation of instruction and data space.  It is
  4819. up to the Makefile to use this.
  4820.  
  4821. =item C<src>
  4822.  
  4823. From F<src.U>:
  4824.  
  4825. This variable holds the path to the package source. It is up to
  4826. the Makefile to use this variable and set C<VPATH> accordingly to
  4827. find the sources remotely.
  4828.  
  4829. =item C<ssizetype>
  4830.  
  4831. From F<ssizetype.U>:
  4832.  
  4833. This variable defines ssizetype to be something like ssize_t, 
  4834. long or int.  It is used by functions that return a count 
  4835. of bytes or an error condition.  It must be a signed type.
  4836. We will pick a type such that sizeof(SSize_t) == sizeof(Size_t).
  4837.  
  4838. =item C<startperl>
  4839.  
  4840. From F<startperl.U>:
  4841.  
  4842. This variable contains the string to put on the front of a perl
  4843. script to make sure (hopefully) that it runs with perl and not some
  4844. shell. Of course, that leading line must be followed by the classical
  4845. perl idiom:
  4846.  
  4847.     eval 'exec perl -S $0 ${1+C<$@>}'
  4848.  
  4849.  
  4850.     if $running_under_some_shell;
  4851.  
  4852.     to guarantee perl startup should the shell execute the script. Note
  4853. that this magic incatation is not understood by csh.
  4854.  
  4855. =item C<startsh>
  4856.  
  4857. From F<startsh.U>:
  4858.  
  4859. This variable contains the string to put on the front of a shell
  4860. script to make sure (hopefully) that it runs with sh and not some
  4861. other shell.
  4862.  
  4863. =item C<static_ext>
  4864.  
  4865. From F<Extensions.U>:
  4866.  
  4867. This variable holds a list of C<XS> extension files we want to
  4868. link statically into the package.  It is used by Makefile.
  4869.  
  4870. =item C<stdchar>
  4871.  
  4872. From F<stdchar.U>:
  4873.  
  4874. This variable conditionally defines C<STDCHAR> to be the type of char
  4875. used in F<stdio.h>.  It has the values "unsigned char" or C<char>.
  4876.  
  4877. =item C<stdio_base>
  4878.  
  4879. From F<d_stdstdio.U>:
  4880.  
  4881. This variable defines how, given a C<FILE> pointer, fp, to access the
  4882. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4883. be used to define the macro FILE_base(fp).
  4884.  
  4885. =item C<stdio_bufsiz>
  4886.  
  4887. From F<d_stdstdio.U>:
  4888.  
  4889. This variable defines how, given a C<FILE> pointer, fp, to determine
  4890. the number of bytes store in the F<I/O> buffer pointer to by the
  4891. _base field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4892. be used to define the macro FILE_bufsiz(fp).
  4893.  
  4894. =item C<stdio_cnt>
  4895.  
  4896. From F<d_stdstdio.U>:
  4897.  
  4898. This variable defines how, given a C<FILE> pointer, fp, to access the
  4899. _cnt field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4900. be used to define the macro FILE_cnt(fp).
  4901.  
  4902. =item C<stdio_filbuf>
  4903.  
  4904. From F<d_stdstdio.U>:
  4905.  
  4906. This variable defines how, given a C<FILE> pointer, fp, to tell
  4907. stdio to refill it's internal buffers (?).  This will
  4908. be used to define the macro FILE_filbuf(fp).
  4909.  
  4910. =item C<stdio_ptr>
  4911.  
  4912. From F<d_stdstdio.U>:
  4913.  
  4914. This variable defines how, given a C<FILE> pointer, fp, to access the
  4915. _ptr field (or equivalent) of F<stdio.h>'s C<FILE> structure.  This will
  4916. be used to define the macro FILE_ptr(fp).
  4917.  
  4918. =item C<strings>
  4919.  
  4920. From F<i_string.U>:
  4921.  
  4922. This variable holds the full path of the string header that will be
  4923. used. Typically F</usr/include/string.h> or F</usr/include/strings.h>.
  4924.  
  4925. =item C<submit>
  4926.  
  4927. From F<Loc.U>:
  4928.  
  4929. This variable is defined but not used by Configure.
  4930. The value is a plain '' and is not useful.
  4931.  
  4932. =item C<subversion>
  4933.  
  4934. From F<patchlevel.U>:
  4935.  
  4936. The subversion level of this package.
  4937. The value of subversion comes from the F<patchlevel.h> file.
  4938. This is unique to perl.
  4939.  
  4940. =item C<sysman>
  4941.  
  4942. From F<sysman.U>:
  4943.  
  4944. This variable holds the place where the manual is located on this
  4945. system. It is not the place where the user wants to put his manual
  4946. pages. Rather it is the place where Configure may look to find manual
  4947. for unix commands (section 1 of the manual usually). See mansrc.
  4948.  
  4949. =back
  4950.  
  4951. =head2 t
  4952.  
  4953. =over
  4954.  
  4955. =item C<tail>
  4956.  
  4957. From F<Loc.U>:
  4958.  
  4959. This variable is defined but not used by Configure.
  4960. The value is a plain '' and is not useful.
  4961.  
  4962. =item C<tar>
  4963.  
  4964. From F<Loc.U>:
  4965.  
  4966. This variable is defined but not used by Configure.
  4967. The value is a plain '' and is not useful.
  4968.  
  4969. =item C<tbl>
  4970.  
  4971. From F<Loc.U>:
  4972.  
  4973. This variable is defined but not used by Configure.
  4974. The value is a plain '' and is not useful.
  4975.  
  4976. =item C<tee>
  4977.  
  4978. From F<Loc.U>:
  4979.  
  4980. This variable is be used internally by Configure to determine the
  4981. full pathname (if any) of the tee program.  After Configure runs,
  4982. the value is reset to a plain C<tee> and is not useful.
  4983.  
  4984. =item C<test>
  4985.  
  4986. From F<Loc.U>:
  4987.  
  4988. This variable is be used internally by Configure to determine the
  4989. full pathname (if any) of the test program.  After Configure runs,
  4990. the value is reset to a plain C<test> and is not useful.
  4991.  
  4992. =item C<timeincl>
  4993.  
  4994. From F<i_time.U>:
  4995.  
  4996. This variable holds the full path of the included time header(s).
  4997.  
  4998. =item C<timetype>
  4999.  
  5000. From F<d_time.U>:
  5001.  
  5002. This variable holds the type returned by time(). It can be long,
  5003. or time_t on C<BSD> sites (in which case <sys/types.h> should be
  5004. included). Anyway, the type Time_t should be used.
  5005.  
  5006. =item C<touch>
  5007.  
  5008. From F<Loc.U>:
  5009.  
  5010. This variable is be used internally by Configure to determine the
  5011. full pathname (if any) of the touch program.  After Configure runs,
  5012. the value is reset to a plain C<touch> and is not useful.
  5013.  
  5014. =item C<tr>
  5015.  
  5016. From F<Loc.U>:
  5017.  
  5018. This variable is be used internally by Configure to determine the
  5019. full pathname (if any) of the tr program.  After Configure runs,
  5020. the value is reset to a plain C<tr> and is not useful.
  5021.  
  5022. =item C<trnl>
  5023.  
  5024. From F<trnl.U>:
  5025.  
  5026. This variable contains the value to be passed to the tr(1)
  5027. command to transliterate a newline.  Typical values are
  5028. C<\012> and C<\n>.  This is needed for C<EBCDIC> systems where
  5029. newline is not necessarily C<\012>.
  5030.  
  5031. =item C<troff>
  5032.  
  5033. From F<Loc.U>:
  5034.  
  5035. This variable is defined but not used by Configure.
  5036. The value is a plain '' and is not useful.
  5037.  
  5038. =back
  5039.  
  5040. =head2 u
  5041.  
  5042. =over
  5043.  
  5044. =item C<uidtype>
  5045.  
  5046. From F<uidtype.U>:
  5047.  
  5048. This variable defines Uid_t to be something like uid_t, int, 
  5049. ushort, or whatever type is used to declare user ids in the kernel.
  5050.  
  5051. =item C<uname>
  5052.  
  5053. From F<Loc.U>:
  5054.  
  5055. This variable is be used internally by Configure to determine the
  5056. full pathname (if any) of the uname program.  After Configure runs,
  5057. the value is reset to a plain C<uname> and is not useful.
  5058.  
  5059. =item C<uniq>
  5060.  
  5061. From F<Loc.U>:
  5062.  
  5063. This variable is be used internally by Configure to determine the
  5064. full pathname (if any) of the uniq program.  After Configure runs,
  5065. the value is reset to a plain C<uniq> and is not useful.
  5066.  
  5067. =item C<usedl>
  5068.  
  5069. From F<dlsrc.U>:
  5070.  
  5071. This variable indicates if the the system supports dynamic
  5072. loading of some sort.  See also dlsrc and dlobj.
  5073.  
  5074. =item C<usemymalloc>
  5075.  
  5076. From F<mallocsrc.U>:
  5077.  
  5078. This variable contains y if the malloc that comes with this package
  5079. is desired over the system's version of malloc.  People often include
  5080. special versions of malloc for effiency, but such versions are often
  5081. less portable.  See also mallocsrc and mallocobj.
  5082. If this is C<y>, then -lmalloc is removed from $libs.
  5083.  
  5084. =item C<usenm>
  5085.  
  5086. From F<usenm.U>:
  5087.  
  5088. This variable contains C<true> or C<false> depending whether the
  5089. nm extraction is wanted or not.
  5090.  
  5091. =item C<useopcode>
  5092.  
  5093. From F<Extensions.U>:
  5094.  
  5095. This variable holds either C<true> or C<false> to indicate
  5096. whether the Opcode extension should be used.  The sole
  5097. use for this currently is to allow an easy mechanism
  5098. for users to skip the Opcode extension from the Configure
  5099. command line.
  5100.  
  5101. =item C<useperlio>
  5102.  
  5103. From F<useperlio.U>:
  5104.  
  5105. This variable conditionally defines the C<USE_PERLIO> symbol,
  5106. and indicates that the PerlIO abstraction should be
  5107. used throughout.
  5108.  
  5109. =item C<useposix>
  5110.  
  5111. From F<Extensions.U>:
  5112.  
  5113. This variable holds either C<true> or C<false> to indicate
  5114. whether the C<POSIX> extension should be used.  The sole
  5115. use for this currently is to allow an easy mechanism
  5116. for hints files to indicate that C<POSIX> will not compile
  5117. on a particular system.
  5118.  
  5119. =item C<usesfio>
  5120.  
  5121. From F<d_sfio.U>:
  5122.  
  5123. This variable is set to true when the user agrees to use sfio.
  5124. It is set to false when sfio is not available or when the user
  5125. explicitely requests not to use sfio.  It is here primarily so
  5126. that command-line settings can override the auto-detection of
  5127. d_sfio without running into a "WHOA THERE".
  5128.  
  5129. =item C<useshrplib>
  5130.  
  5131. From F<libperl.U>:
  5132.  
  5133. This variable is set to C<yes> if the user wishes
  5134. to build a shared libperl, and C<no> otherwise.
  5135.  
  5136. =item C<usethreads>
  5137.  
  5138. From F<usethreads.U>:
  5139.  
  5140. This variable conditionally defines the C<USE_THREADS> symbol,
  5141. and indicates that Perl should be built to use threads.
  5142.  
  5143. =item C<usevfork>
  5144.  
  5145. From F<d_vfork.U>:
  5146.  
  5147. This variable is set to true when the user accepts to use vfork.
  5148. It is set to false when no vfork is available or when the user
  5149. explicitely requests not to use vfork.
  5150.  
  5151. =item C<usrinc>
  5152.  
  5153. From F<usrinc.U>:
  5154.  
  5155. This variable holds the path of the include files, which is
  5156. usually F</usr/include>. It is mainly used by other Configure units.
  5157.  
  5158. =item C<uuname>
  5159.  
  5160. From F<Loc.U>:
  5161.  
  5162. This variable is defined but not used by Configure.
  5163. The value is a plain '' and is not useful.
  5164.  
  5165. =back
  5166.  
  5167. =head2 v
  5168.  
  5169. =over
  5170.  
  5171. =item C<version>
  5172.  
  5173. From F<patchlevel.U>:
  5174.  
  5175. The full version number of this package.  This combines
  5176. baserev, patchlevel, and subversion to get the full
  5177. version number, including any possible subversions.  Care
  5178. is taken to use the C locale in order to get something
  5179. like 5.004 instead of 5,004.  This is unique to perl.
  5180.  
  5181. =item C<vi>
  5182.  
  5183. From F<Loc.U>:
  5184.  
  5185. This variable is defined but not used by Configure.
  5186. The value is a plain '' and is not useful.
  5187.  
  5188. =item C<voidflags>
  5189.  
  5190. From F<voidflags.U>:
  5191.  
  5192. This variable contains the eventual value of the C<VOIDFLAGS> symbol,
  5193. which indicates how much support of the void type is given by this
  5194. compiler.  See C<VOIDFLAGS> for more info.
  5195.  
  5196. =back
  5197.  
  5198. =head2 z
  5199.  
  5200. =over
  5201.  
  5202. =item C<zcat>
  5203.  
  5204. From F<Loc.U>:
  5205.  
  5206. This variable is defined but not used by Configure.
  5207. The value is a plain '' and is not useful.
  5208.  
  5209. =item C<zip>
  5210.  
  5211. From F<Loc.U>:
  5212.  
  5213. This variable is be used internally by Configure to determine the
  5214. full pathname (if any) of the zip program.  After Configure runs,
  5215. the value is reset to a plain C<zip> and is not useful.
  5216.  
  5217.  
  5218. =back
  5219.  
  5220. =head1 NOTE
  5221.  
  5222. This module contains a good example of how to use tie to implement a
  5223. cache and an example of how to make a tied variable readonly to those
  5224. outside of it.
  5225.  
  5226. =cut
  5227.  
  5228.